Hello to all the team Enfold!
I wonder if you can make a small adjustment on my site …
I’m using “Masonry Gallery” to view some images, the problem is that on larger screens (1920×1080) the thumbs are in a terrible disposal, are all aligned to the left, leaving a blank space on the right of the screen.
It would be great if these thumbs were occupied all the free space for them (http://ictreslagoas.com.br/wp-content/uploads/2015/02/Ask-Kriesi-1.jpg)
or at least stay centered (http://ictreslagoas.com.br/wp-content/uploads/2015/02/Ask-Kriesi.jpg).
I hope you can help me, thank you now!
Cheers!
Hey!
Thank you for using Enfold.
Try to add this on Quick CSS or custom.css to increase the width of the masonry entries on larger screens:
@media only screen and (min-width: 1800px) {
.responsive.html_stretched .av-masonry-col-flexible .av-masonry-entry {
width: 25.0%;
}}
Cheers!
Ismael