Archived topic
Want to add border
1 reply · Started by John on December 2, 2020
Viewing posts 1–2 of 2
Hello
I want to add border between sidebar and content. Like this one https://prnt.sc/vuair8
Source page https://emborapets.com/how-long-does-it-take-to-potty-train-a-goldendoodle/
How can I do this?
Thanks
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.