Tagged: grid row, horizontal gallery, separator, whitespace
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!
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
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.
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
Nevermind, we figured it out! We added this to the page:
.av-horizontal-gallery-animated .av-horizontal-gallery-slider {
padding-top: 15px;
}