Archived topic
How to add horizontal line at this part of the footer
1 reply · Started by Test on January 13, 2021
Viewing posts 1–2 of 2
Hello,
I did this one in photoshop just to show you what I want to do. I want to add a horizontal line at this part of the footer. Thanks!
Hi there,
you can add a top border to the site info with this CSS:
.site-info {
border-top: 4px solid #ccc;
}
This archived topic is closed to new replies.