my website is in private comment below. How do i decrease the navigation bar height (the space between the two black lines).
Thanks
Hi mrivanp!
Try adding this to Quick CSS and edit the values to your liking:
#header_main .container {
height: 88px !important;
line-height: 88px !important;
}
Regards,
Rikard
Hi!
You have following code in Quick CSS
#header_main .container {
height: 45px !important;
line-height: 45px !important;
}
Please change it to following
#header_main .container {
height: 35px !important;
line-height: 35px !important;
}
#top #header_main > .container, #top #header_main > .container .main_menu ul:first-child > li > a, #top #header_main #menu-item-shop .cart_dropdown_link {
height: 35px;
line-height: 35px;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field
Cheers!
Yigit