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

    Hi,
    Is it possible to customize the height on the images in the masonry on mobile/tablets?

    #693449

    Hey!

    Try adding this code to General Styling > Quick CSS:

    @media only screen and (max-width: 767px) {
        .av-fixed-size .av-masonry-entry .av-inner-masonry-sizer{
            padding-bottom: 120%;
        }
    }

    Cheers! 
    Josue

    #694654

    Thanks a lot!
    Is it possible to do the same with featuring images in single posts?

    #694883

    Hi,

    Could you post a link to one of your single posts so that we can have a closer look please?

    Regards,
    Rikard

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