Gallery 3 rounded corners do not seem to work

I think I have tried all permutations but adding rounded corners to images in Gallery 3 has no effect, they stay square? Any pointers, please.

URL, please.

https://www.energyinyoga.com/Teachers/Shen-Jin/index.php

Bottom of the page

Try following CSS:

.thumbnail-wrapper img {
    border-radius: 10px;
}

I added this to Gallery 3, Grid Flex Box and Lightbox, still no rounded corners.

I tested on your website. Then try

.thumbnail-wrapper img {
    border-radius: 10px !important;
}

Still nothing, thumbs remain square.

Yes. I searched your CSS files. I cannot find the statement I gave you there.

Please send a screenshot where you added the CSS code, and republish all files.

Thanks

OK, I have republished all files and include 3 screen grabs.

No. You have to add this inside the page CSS area.

1 Like

Ah! Many thanks, all well now.

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.