[Resolved] Drawing a box around a widget

Home Forums Support [Resolved] Drawing a box around a widget

Home Forums Support Drawing a box around a widget

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1385534
    John

    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

    #1385566
    David
    Staff
    Customer Support

    Hi there,

    you can try this CSS:

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

    Perfect!

    Thanks.

    #1388810
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.