bkiegaldie Posted July 18 Share Posted July 18 I am trying to round the corners of the images in my slideshow carousel however it is only working on one side and not the entire image (shown in screenshot attached). This is the code I am currently using: .gallery-reel-item img { border-radius: 30px !important; } How do I make sure it works around the entire image? Link to comment
LoftyDevs-Website-Designer Posted July 18 Share Posted July 18 Can you share your site url ? LoftyDevs - Squarespace Website Design Experts Connect - info@loftydevs.com Website - loftydevs.com Ahmedabad, India Link to comment
bkiegaldie Posted July 18 Author Share Posted July 18 Yes here it is: https://www.isonomic.org/ Link to comment
tuanphan Posted July 19 Share Posted July 19 On 7/18/2024 at 12:21 PM, bkiegaldie said: Yes here it is: https://www.isonomic.org/ I think you should share to exact page, I don't see slideshow on home/main page Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Solution LoftyDevs-Website-Designer Posted July 19 Solution Share Posted July 19 Hello @bkiegaldie Try this code Website Tools >> Custom Css .gallery-reel-item img { padding: 0px; margin-left: 0px; margin-top: 0px; margin-bottom: 0px; width: 94% !important; height: 92%!important; border-radius: 10px; } LoftyDevs - Squarespace Website Design Experts Connect - info@loftydevs.com Website - loftydevs.com Ahmedabad, India Link to comment
bkiegaldie Posted July 26 Author Share Posted July 26 @LoftyDevs-Squarespace That worked thank you so much! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment