Site logo

Archived topic

line (100%) under the header

7 replies · Started by newmedianewpeople.com on July 24, 2020

Viewing posts 1–8 of 8

Hi I would like to put a full length line (100%) under the header. Like this

Like this (EXAMPLE)

.top-bar {
border-bottom: solid 1px rgba(136,136,136,0.5);
}

brunoborsi.com

Hi there,

Any chance you can link us to the site in question?

You can edit the original topic and use the private URL field.

Let me know :)

yes

Hi there,

try this:

.site-header {
    border-bottom: solid 1px rgba(136,136,136,.5);
}

does not work :-(

thats because the site is now using the navigation as header.... so you would need this CSS:

#site-navigation {
    border-bottom: solid 1px rgba(136,136,136,.5);
}

Perfect Thank you
thanks a lot as always. I will always be your customer :-) greetings from Italy

Glad to be of help !

This archived topic is closed to new replies.