Site logo

Archived topic

Want to add border

1 reply · Started by John on December 2, 2020

Viewing posts 1–2 of 2

Hi there,

try adding this CSS:

@media(min-width: 769px) {
    #right-sidebar .inside-right-sidebar {
        border-left: 1px solid #eee;
    }
}
This archived topic is closed to new replies.