Hey,
I am trying to increase the height of my header so the logo displays a bit cleaner.
I have used the following modification in my quick css:
#header_main .container, .main_menu ul:first-child > li a {
height: 160px;
line-height: 160px;
}
You can see the issue here:
http://hainesrafting.com/
Thanks for your consideration!
Hi shtumpa!
Please add following code to Quick CSS as well
.fixed_header #main {
padding-top: 160px;
}
Best regards,
Yigit
Thanks Yigit!
Is there a way to define the distance between the header menu items and the bottom of the header. Now with the larger header the menu items are right in the middle, which makes for a funny disconnect when the drop down appears. I would like to lower the actual menu items within the header…
Thanks again!