Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1180575

    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

    #1180765

    Hey Bruno,

    Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1180967

    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

    #1181479

    Hi,

    Yes that I correct. I’m happy you were able to solve.

    Best regards,
    Jordan Shannon

    #1181797

    Very well, thanks Jordan. Best regards. Bruno

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Round image rectangle border’ is closed to new replies.