Site logo

Archived topic

Create a small line (footer)

5 replies · Started by Cedric on September 8, 2017

Viewing posts 1–6 of 6

Hey,
I recently added this css code to add a thin line right under my menu and header:

.main-navigation {

border-bottom: 0.5px solid #D3D3D3;
}

I think it looks really nice so I'd like to add it to the footer aswell to keep it clean, how do I do that?
If you made any other customizations to the theme and would like to share I'd be very thankful.

Hi there,

Line on top of copyright or footer widgets?

Let me know.

Hey,

I was just wondering how to do it exactly "on top of copyright"?
Anyone knows?

Thanks!

You could try something like this:

.site-info {
    border-top: 1px solid #000;
}

Thanks for your quick answer!!!

You're welcome :)

This archived topic is closed to new replies.