Tagged: Masonry Gallery
Hi Kriesi & Co,
I have 3 images all set to Perfect Grid in the Masonry Gallery on our site.
Issue is, 3 images are not centred as in they take up 3 spaces but leave a white space on the right ready for another Image to go there.
I have provided a link in the private content. I wish to have it centred so that 3 images are centred or even stretched to cover the entire grid so long as the white space is dealt with.
Thank you.
Hey jamie!
Thank you for using the theme!
You can try to increase the masonry entry container with this on Quick CSS:
.av-masonry-entry {
position: relative;
width: 33.33%;
}
Regards,
Ismael
Thanks Ismael. All functioning as I wanted. Thank you very much!