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

    So, I have this Fullwidth Masonry Gallery with 4 images (It will always be 4 images) that fits just right in my resolution: 1/4 of the screen to each one.
    Problem is: my clients resolution is bigger (1920 width) and the images just get smaller and aligned to the left.
    It can be simulated decreasing the zoom level of the browser, actually.

    Link will be posted in Private Content.

    By the way: I don’t have access to Custom.css or any other files, so I must use Quick CSS to solve it (just in case…)

    Thanks!

    #314155
    This reply has been marked as private.
    #314343

    Hi!

    Thank you for using Enfold.

    You can change the width of the masonry entries on larger screens with this on Quick CSS or custom.css:

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

    Best regards,
    Ismael

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.