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

    hi,
    is there a way (css hack ?) to reduce the width of the fullwidth masonry gallery, to fit and center on the 1030px ?
    thanks !

    #192889

    Nobody knows how to fit the Enfold’s “Responsive Layout Default ” ?

    #193290

    Hi!

    Sure, insert following code into the quick css field

    
    .av-masonry-container {
    margin: auto;
    width: 1030px;
    float: none;
    }
    

    Best regards,
    Peter

    #193359

    Great ! works perfectly :)
    Thanks a lot
    I appreciate your business

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Reduce the width of fullwidth masonry gallery’ is closed to new replies.