Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #239670

    Hello,

    I’m sorry to pile on the questions today – I always do my best to try and find solutions on my own first. However, I’m having trouble with this one as well – Is it possible to set a max to the number of columns the masonry galleries have no matter the size of the screen? So basically, even if a user was on a 27″ monitor, there would still only be 5 columns and the thumbnails would stretch proportionately to those 5 columns.

    Thanks for all your help!

    #239900

    Hi techgrayscale!

    Assuming the screen resolution of the monitor is no lower than 1900px, you can add this on Quick CSS or custom.css:

    @media only screen and (min-width: 1800px) {
    .responsive.html_stretched .av-masonry-entry {
    width: 20.0%;
    }
    }

    Remove browser cache then reload the page a few times.

    Regards,
    Ismael

    #240945

    Thanks for your help!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Set max number of columns for fullwidth masonry gallery’ is closed to new replies.