Archived topic
Vertical line to right of in footer widget
4 replies · Started by Laura on March 17, 2021
Viewing posts 1–5 of 5
Hey there,
How would I add a vertical divider line between footer widget one and two? Please see link in private info box.
Thanks so much.
Hi there,
Are you aiming for something like this? https://share.getcloudapp.com/geu4n5QL
If so, you can try adding this CSS in:
@media(min-width:769px){
.footer-widget-1 {
border-right: 2px solid #FFFFFF;
}
}
Here's how to add CSS: https://docs.generatepress.com/article/adding-css/
Perfect, thank you!
Thanks!
No problem. :)
This archived topic is closed to new replies.