Archived topic
Horizontal line on header
5 replies · Started by Test on January 12, 2021
Hello,
I want to add a horizontal line under my header. Can you help me?
Edit: I added but I want to make it thinner, there is unnecessary space between the line and my logo, can you help me to remove that, thanks!
Hi there,
try this CSS:
.site-header {
border-bottom: 1px solid #000;
}
Hello David,
I tried this code but it does not affect website at all.
Basically what I want is to narrow the empty space top and bottom of the logo and header menu. There is a lot of unnecessary empty place. I hope I could explain myself. Thanks!
Sorry didn't see the edit .... have you tried reducing the top / bottom padding in Customizer > Layout > Site Header ?
I did check it now and fixed it. Thanks!
Glad to hear that