Forums
Home / Theme: Enigma / Nav Bar Height adjustment
(@halmoserik)
10 years, 5 months ago
Hi, please let me know how to reduce the height of the nav bar (white area between the header and the slideshow). Screenshot attached. Quite urgent. Thanks
https://liftfelujitas-otis.hu/
Sorry I cannot attach.
(@zachary426)
try adding this code to your custom css in theme options:
.navbar-nav { height: 45px; }
.navbar-collapse { margin-top: 4px; }
(@urlmedia)
10 years, 4 months ago
Yes that worked, although I used a little more white space and went for: .navbar-nav { height: 30px; } .navbar-collapse { margin-top: 15px; }
(@jessenjonas)
10 years ago
i can’t find that custom css Please help
https://www.m27.dk
(@slickuser-1)
General Settings > Custom css
Paste those css code in.
.navbar-nav { height: 30px; } .navbar-collapse { margin-top: 15px; }