Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #685918

    Hi there,

    For normal view (large screen) I’ve set the distance between images to be 1 pixel, however, I don’t really like this in mobile view as all images are basically seemless next (underneath) each other. Is there a way to keep the 1 pix distance on desktop view but give the mobile view the larger(r) distance setting?

    Any hint would be highly appreciated

    Thx

    #685920

    Hey Apachee!

    That should be possible. Can you please post the link to your page?

    Cheers!
    Yigit

    #685924

    Hey Yigit, thx for the fast answer .. try this ;)

    • This reply was modified 8 years, 2 months ago by Apachee.
    #685928

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 480px) {
    .av-1px-gap.av-flex-size .av-masonry-entry .av-inner-masonry {
        margin-bottom: 10px!important;
    }}

    Cheers!
    Yigit

    #686355

    Wonderful ….

    thanks a lot Yigit

    Cheers

    #686371

    Hi,

    glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.

    Best regards,
    Andy

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Masonry Gallery different Image distance in Mobile view’ is closed to new replies.