Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #302242

    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?

    • This topic was modified 9 years, 7 months ago by blankonblank.
    #302349

    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

    #302379
    This reply has been marked as private.
    #302598

    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

    #302621

    great. thank you.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Partner Logo Grid and Slider’ is closed to new replies.