Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #995733

    Hi, I am trying to create a space between a grid row and a horizontal gallery, both full width. When I place a separator on the page it creates more space than I want. I tried creating a custom css class for the horizontal gallery and adding padding above that but that didn’t work either. Thanks!

    #995756

    Hey mollystewart,

    Add this to quick css:

    #after_submenu_1 .container .template-page{
    padding-top:10px!important;
    padding-bottom:0px!important;
    }

    Best regards,
    Jordan Shannon

    #995759

    That did not work. I added it to the page and I’m still not seeing correct spacing above the gallery. I deleted the separator I had there that was creating way too much space.

    #995762

    Hi,

    Please add my code to the very top of quick css so it runs first and also be sure to clear the cache a few times over.

    Best regards,
    Jordan Shannon

    #995763

    Nevermind, we figured it out! We added this to the page:

    .av-horizontal-gallery-animated .av-horizontal-gallery-slider {
    padding-top: 15px;
    }

    #995820

    Hi,

    Great, glad you found a solution and thanks for sharing. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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