Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #934114

    Hi, how can I center align the masonry gallery on mobile?

    #934231

    Hey DROR,
    Try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 459px) { 
    .av-masonry-entry.av-masonry-entry {
        left: 4%!important; 
    }
    

    Best regards,
    Mike

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