Hi, I would like to know the CSS code to turn the Masonry into a circle. It’s pretty urgent.
Good night
Hey gabs01,
Please try the following in Quick CSS under Enfold->General Styling:
.av-inner-masonry {
border-radius: 100%;
}
If you need things quickly then maybe you could try to learn basic CSS and do it yourself? w3schools.com. It’s handy knowledge to have if you make websites for a living.
Best regards,
Rikard
Hello, thank you very much it works but it also changes the Gallerie Masonry down. What is the code please to modify only the Masonry in top heading “Nos principaux influenceurs”.
Hi,
Try this instead:
.page-id-15 #influenceurs .av-inner-masonry {
border-radius: 100%;
}
Best regards,
Rikard
It’s perfect thank you, one last thing please. Is it possible to display the title of the image under the image not in the circle ?
Hi,
I’m not sure, you could try this:
.page-id-15 #influenceurs .av-fixed-size .av-masonry-entry .av-inner-masonry-content {
bottom: -100px;
}
If it doesn’t work then I think it will be difficult unfortunately.
Best regards,
Rikard
Ok thank you it does not work but it’s okay I’ll put “display over mouse over”
Thank you we can close the subject.
Have a good day