Hi.
I’m using the masonary gallery to display 3 images (3 columns, 1 row) so they are in a line. When the viewing area goes down to 767px the images collapes and start stacking. I would like to keep them from doing this (keep the 3 images on 1 row).
You can see the layout in private conent.
Your thoughts please.
Hey laptophobo,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) {
.responsive #top #av-masonry-1 .av-masonry-entry {
width: 33.3%;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
that worked. thanks for that.