Hello, I need to get more space between images in a flexible masonry grid. The “Big distance”-option is not enough.
Can you tell me whether I can use some CSS to manage it?
THANKS!
Alex
Hey alex,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
yes, of course, thanks.
_
Please scroll down to the masonry, there are three images right now.
The grid of the gutter should have way more whitespace.
thanks!
Hi,
Add this to quick css:
#av-masonry-1 figure{
padding:50px!important;
}
Adjust the padding to whatever you need.
Best regards,
Jordan Shannon
Thanks, but when I hover over the images the background still is in the former padding which makes it look quite unpolished.
Could you help again, thanks!
Best regards
Hi,
Try adding the following as well:
#av-masonry-1 figure:hover{
padding:50px!important;
}
Best regards,
Jordan Shannon
Unfortunately it did not work, but I added sth. like:
#top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content {
margin:52px!important;
}
That kind of made it.
Thanks anyways.
Alex
Hi,
No problem. Did you need additional help with this topic or shall we close?
Best regards,
Jordan Shannon