Partner logo grid, post slider and the slider work great. One question: how can you get any of them to stretch full width of the page and remove space between images if you choose say 5 columns?
Hi blankonblank!
Thank you for using the theme.
Place the elements on a color section then add or apply an id to the section using the For Developers: Section ID field. Let’s use full-element-width for example. Add this on Quick CSS or custom.css:
#full-element-width .container {
width: 100%;
}
Regarding the gap between the columns, you should probably use the Masonry element instead.
Cheers!
Ismael
Hey!
Please add following code to Quick CSS as well
#top .av-border-deactivate.avia-logo-element-container img { width: 100%; border-radius: 0; }
#top .avia-logo-element-container .slide-entry { padding: 0; }
Regards,
Yigit
great. thank you.