Archived topic
Horizontal line in footer
5 replies · Started by Roger on November 27, 2020
Viewing posts 1–6 of 6
Hello,
How to insert a horizontal line above the footer? (Merch theme)
Thanks!
Hi there,
try adding this CSS:
.site-footer {
border-top: 1px solid #ccc;
}
Hi sorry to jump on someone's thread, that code you supplied works but not on desktop view?
Hi Chris,
maybe you have added the CSS inside a Media Query that is defined for Mobile only.
Try adding the CSS to the very top of your CSS code.
If still an issue, raise a new topic and share a link to your site
It worked!
Thanks David
You're welcome
This archived topic is closed to new replies.