When I increase the header area… bothe the menu area and logo area grows. Before, only the logo would grow. I have left logo and bottom nav.
If I change the #header_main_alternate to 35px, the main content gets pushed away!
Have a look at the site. The area with the menu is huge. I want it fitted around the menu items.
Hi Lene!
It seems to look fine on my end. Did you get this sorted? If you want to decrease it a bit more then try adding this to your custom CSS.
.html_header_top.html_bottom_nav_header .main_menu > div, .html_header_top.html_bottom_nav_header .main_menu ul:first-child { height: 25px !important; }
Cheers!
Elliott