Site logo

Archived topic

How to add border around main container and widgets?

1 reply · Started by Former User on August 8, 2021

Viewing posts 1–2 of 2

Hello,

How I can add a border of 1px with color #dfdfdf around post listing container and around widgets on my site bellow.

Thanks Sara

Hi there,

try this CSS:

.site-main,
.inside-right-sidebar {
    border: 1px solid #ccc;
}
This archived topic is closed to new replies.