Tagged: masonry portfolio
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;
}
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