Site logo

Archived topic

Horizontal line under header is too long

7 replies · Started by Christer Martensson on July 28, 2017

Viewing posts 1–8 of 8

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

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?

This archived topic is closed to new replies.