Hi,
on https://moeller-consult.com/startseite/ I use the masonry element. Iwould like to make clearer which title belongs to which picture (e.g. “Strategie, …” belongs to the green one, not to the red one).
I’ve tried separate CSS codes to increase spacing BELOW each entry but did not find a one that worked.
Thank you in advance for your help. Tilman
Hey Tilman,
The height and the position of the masonry elements is calculated in JavaScript and so margin might not work, please try the code below.
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
#av-masonry-1 .av-inner-masonry-content.site-background {
min-height: 100px;
}
If you need further assistance please let us know.
Best regards,
Victoria
thx a lot Victoria – this works :-)
Cheers, Tilman
Hi Tilman,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria