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

    I need some help formatting my masonry gallery on this page (See Image):

    On my iPad in landscape mode, I want the masonry gallery to be 4 columns wide like I selected instead of the 3 columns wide that are showing up right now. Can you give me some quick css for this please?

    • This topic was modified 7 years, 9 months ago by djshortkut.
    #749305

    Hey!

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 1024px) and (min-width: 768px) {
    .av-masonry-col-4 .av-masonry-entry {
        width: 24.90%;
    }}
    

    Best regards,
    Yigit

    #749509

    Thank you very much! You can close this ticket.

    #749544

    Hi,

    You are welcome! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Masonry Gallery Formatting’ is closed to new replies.