Tagged: enfold, masonry grid, responsive
Hi.
I have a sight at http://lizybloomdesigns.com/newzema. I have a masonry grid (not in a color section) laid out on the front page. There are four blog posts in it. When I stretch it to fill my screen ( I have a very large monitor), the boxes stay pushed to the left. And when I shrink the window, it pushes one of the boxes underneath. How can I get these four boxes to stay in one line, and always fill the space? Like the perfect.png example below?
Thanks
Screenshots:
http://lizybloomdesigns.com/newzema/perfect.png
http://lizybloomdesigns.com/newzema/little.png
http://lizybloomdesigns.com/newzema/big.png
Hi lizybloom!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (min-width: 1800px) {
.responsive.html_stretched .av-masonry-entry {
width: 25%;
}}
Regards,
Yigit
Ok. That worked for when I make the screen size bigger. Thanks!
But when I shrink it, one box still moves to the bottom:(