Hello. How can I round the edges of the rectangle that contains the image module? In some cases I would like the rectangular or square footprint of the image to have rounded corners. Would you be kind enough to show me how to do it? Thanks a lot. Best regards. Bruno
Hey Bruno,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
Dear Jordan, I solved it like this:
CSS
.av-styling-circle .avia-image-container-inner, .av-styling-circle .avia_image, .av-styling-circle .av-image-caption-overlay, .av-styling-circle div.av-caption-image-overlay-bg {
overflow: hidden;
border-radius: 5%;
}
http://www.brunocover.it/CMS/wordpress/trikego/
… the site is under construction… Do you think it’s the right method? Thanks a lot. best regards. Bruno
Hi,
Yes that I correct. I’m happy you were able to solve.
Best regards,
Jordan Shannon
Very well, thanks Jordan. Best regards. Bruno