Jump to content

Round Section Borders

Recommended Posts

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!

Link to comment
  • Replies 2
  • Views 1.7k
  • Created
  • Last Reply
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;
}

image.thumb.png.4cee07f3b2bc63791f0391835a61e4b8.png

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you!

 

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.