Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #487649

    Hi,

    I’m having some problems with some images. as you’ll see, there’s a 10px margin below some images below the fullscreen slider.

    I am able to sort this in the Google Chrome Inspect Element using this code…

    .avia-image-container.avia-align-center {
    margin: 0 auto 0px auto !important;
    }

    Sadly, it didn’t work in the quick css

    Any ideas?

    Thanks,
    Matt

    #487838

    Hey Matt!

    Drag a codeblock element to your page and add this inside.

    <style type = "text/css">
    .avia-image-container {
      margin: 0 !important;
    }
    </style>

    Cheers!
    Elliott

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.