billyklein Posted March 27, 2021 Share Posted March 27, 2021 Would anyone know how to round .page-section borders? I have tried border-radius: 25px but it doesn't do anything. This the code I have which adds colour to the borders but the rounding radius code does not work. // Side wide Section round corners // .page-section { border: 5px double red border-radius: 25px } Can anyone help? Thanks! Beyondspace 1 Link to comment
Solution Beyondspace Posted March 30, 2021 Solution Share Posted March 30, 2021 On 3/27/2021 at 12:59 PM, billyklein said: Would anyone know how to round .page-section borders? I have tried border-radius: 25px but it doesn't do anything. This the code I have which adds colour to the borders but the rounding radius code does not work. // Side wide Section round corners // .page-section { border: 5px double red border-radius: 25px } Can anyone help? Thanks! try /* Site wide section round corner */ .page-section { border: 5px double red; border-radius: 25px; overflow: hidden; } tuanphan and billyklein 2 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Keyword HighlighterIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
billyklein Posted April 2, 2021 Author Share Posted April 2, 2021 On 3/30/2021 at 8:57 PM, bangank36 said: try /* Site wide section round corner */ .page-section { border: 5px double red; border-radius: 25px; overflow: hidden; } Thank you so much! It worked really well 🙂 Beyondspace 1 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