Adjusting the header (navbar) height
-
Good afternoon!
I am currently trying to make the header (which has navigation) thinner. I searched and I found out that I am supposed to edit
.navbar.notresp .navbar-inner
.In my CSS file I added:
header.tc-header { border-bottom: 0; } .navbar.notresp .navbar-inner { position: relative; top: -30px; left: 0%; }
However, this has no impact on my header, I also tried adding !important, which also didn’t have any luck. Does anyone know how to do this? Thanks for reading ??
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Adjusting the header (navbar) height’ is closed to new replies.