Site logo

Archived topic

container borders

3 replies · Started by Stevie on May 3, 2019

Viewing posts 1–4 of 4

Hi guys
I've added the css code below and it does a nice job on the content container, but doesn't work
for sidebar widgets. Tried a few options but can't figure it out.
Hope someone can help.

.separate-containers .inside-article {
border: 1px solid rgba(0,0,0,.05);
}

http://radioimagelab.com/

Hi there,

try this CSS:

.separate-containers .inside-article, .sidebar .widget {
    border: 1px solid rgba(0,0,0,.05);
}

you're a genius, thanks David !

You're welcome

This archived topic is closed to new replies.