Site logo

Archived topic

Help me Create borders for content

5 replies · Started by Minh on February 13, 2019

Viewing posts 1–6 of 6

Hi there,

could you share a link to the site? You can edit your original topic and use the Site URL field for privacy.

Shared.
Please help me

Try this CSS:

.separate-containers .inside-article {
    border: 1px solid #ccc;
}
#right-sidebar .widget ul li {
    border-bottom: 1px solid #ccc;
    padding: 0.5em 0;
}
#right-sidebar .widget ul li:first-child {
    border-top: 1px solid #ccc;
}

Thank you

Love you

Awesome - glad to be of help :)

This archived topic is closed to new replies.