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

    I have found some CSS to reduce the masonry gallery to not be fullscreen anymore which works perfectly.

    What I’d like now is to have the gallery centered across all devices, on my laptop it seems to display correctly, on my ipad and iphone it’s pushed towards the right hand side of the screen and also the same is true for display on my 23″ desktop pc monitor!

    Site is http://www.martinwardphotography.com

    • This topic was modified 7 years, 5 months ago by wrdmrn.
    #717564

    Hey wrdmrn!

    Thank you for using Enfold.

    Please replace the css modification with the following.

    .main_color .av-masonry {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }

    Cheers!
    Ismael

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