Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1467081

    Hi,

    I have a similar question to post-1434296.
    Is it possible to change the number of columns in a masonry grid (f.e. from 4 to 5) for screens that are f.e. wider than 2048px?

    Best regards,
    Vera

    #1467162

    Hey Vera,

    Thank you for the inquiry.

    This is possible only when the Styling > Masonry Settings > Size Settings is set to Perfect Grid. Please add the following css code:

    @media only screen and (min-width: 2024px) {
      .av-masonry-entry {
        width: 19.9%;
      }
    }
    

    Best regards,
    Ismael

    #1467225

    Hi Ismael,

    Thank you!

    Best regards,
    Vera

    #1467271

    Hi,

    No problem! Glad we could be of help. Please don’t hesitate to open another thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Additional breakpoint for wider screens’ is closed to new replies.