Archived topic
Horizontal line under header is too long
7 replies · Started by Christer Martensson on July 28, 2017
I want to have a 1px line under the header.
I’ve tried the code:
.site-header {
border-bottom: 1px solid #a22e2b;
}
and it works well but I want that line not to be longer than the container’s width (I have set the width to 850px)
/Christer
Hi there,
Can you provide a link to your site? Thanks!
http://redhousepr.com
Now there are two lines because I have added on to pages but that's the length I want to have in the header
Try setting both the header width and inner header width to contained then that first line should work.
Now the header is aligned to the left
You have this CSS added:
.site-header {
position: fixed;
top: 0;
width: 100%;
z-index: 2000;
}
Is it possible to have the header fixed and centered?
Take a look at this: https://docs.generatepress.com/article/navigation-logo/#navigation-as-header