Lian Posted August 23 Share Posted August 23 Hi, I'm trying to use this code to add margin between the pictures in the gallery reel (at the bottom of the page) and round corners but only the top left and right bottom corner appear with radius. Can anyone help me change the code to give all the corners of the gallery reel images a radius? .gallery-reel-list * { border-radius: 10px !important; } .gallery-reel-item-src { margin: 20px 36px !important; } This is the website: https://braceforimpact.squarespace.com/aanbod PW: Braceforimpact12 Link to comment
Solution Ziggy Posted August 23 Solution Share Posted August 23 Try this adjustment: .gallery-reel-list * { border-radius: 10px !important; } .gallery-reel-item-src { margin-left: 36px !important; } tuanphan 1 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
Lian Posted 3 hours ago Author Share Posted 3 hours ago @Ziggy could you also help me to adjust this for mobile? I would like to reduce the section height for mobile, but when I add this code the radius will dissapear because the section underneath shoves up @media screen and (max-width:767px) { .gallery-reel { height: 45vh !important; } } 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