Tagged: Masonry Gallery
Hello
I have a question aboiut the masonry gallery on this page (in the private content)
This is what I see on the desktop version http://prntscr.com/l8vwno and this is what I see on the smaller resolutions http://prntscr.com/l8vxeh
How can I make the smaller resolutions to have smaller images like on the bigger resolutions, I’d like all images to show in the smae line, because there are only 6 of them :)
Thandk
Hey imokweb,
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: 1024px) and (min-width: 767px) {
.responsive .av-masonry-col-flexible.av-masonry-gallery .av-masonry-entry {
width: 15vw !important;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Hello
I made a little modification, removed the (max-width: 1024px) and made the width: 160px !important;
and now it works good
Thanks a lot :D
Hi imokweb,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria