Hi, I am a big Fan of Enfold and working on it since many Years!!
I just purchased a new Licence for a new Project.
There I was searching for a small task trough the whole Forum….
Can you help me with adding Paddings to the Masonry Gallery for images?
I need to add there more Gap like here:
http://strba.ch/videos.htm
Hope u can help me out!
Rafael
Hi Rafael,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
.av-masonry-gallery .av-masonry-entry {
padding: 12px;
}
Just change the value in px.
Hope this helps :)
Best regards,
Nikko
Thanks Nikko for fast answering this is almost the thing!
Just the first image now shows not in a row. Is it possible to have this aligned?
Sincerely
Rafael
Hi Rafael,
Please try this CSS as well:
.av-masonry-gallery .av-masonry-item-no-image {
padding: 0 !important;
}
Best regards,
Rikard
Thanks Rikkard,
This works perfect! Thanks
Rafael