Site logo

Archived topic

Drawing a box around a widget

3 replies · Started by John on August 3, 2020

Viewing posts 1–4 of 4

I'm trying to customize my right-column widgets by putting each widget into a box with rounded corners. I thought I'd seen a query and answer on this on these support forums, but I can't find it. Can anyone point me in the right direction or suggest the CSS I need to add to my style sheet?

Many thanks,

John

Hi there,

you can try this CSS:

.sidebar .widget {
    border-radius: 10px;
}

Perfect!

Thanks.

You're welcome

This archived topic is closed to new replies.