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

    How feasable is it to display the Masonry Portfolio in boxed width?

    I started making some adjustments here but it still needs refinement and the responsive stops working.

    .av-masonry-container {
    width: 1035px !important;
    float: none !important;
    margin: 0 auto !important;
    }

    .av-masonry-entry {
    width: 38.9% !important;
    }

    #249081

    Hi hookedonweb!

    Thank you for using the theme!

    You’re doing the right thing just remove the css code for the .av-masonry-entry selector. Look for the boxed width on css > grid.css. Locate any instance of .boxed#top under each media queries then apply the same width on the .av-masonry-container selector.

    I hope that helps.

    Best regards,
    Ismael

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