Main menu is broken

Latest Reply from dreiherzog at 2015-08-10 07:52:52 Solution
Hey,

i have a problem with your sport theme on my homepage (www.bv21.de). The main menu is broken and displayed into two lines. How I can fix this?

Thanks for your help.
When I´m clicking on a picture and return to the page, the main menu seems to look right.
Hi!

The reason for this problem is size of your logo. It is a bit higher than it is supposed to be. To fix this you would better encrease size of parent container by replacing the code:
/*------------------------------ MENU ------------------------------*/
#secondarymenu-container {
padding-top:9px;
height: 133px;
position:relative;
z-index:11;
}


with:

/*------------------------------ MENU ------------------------------*/
#secondarymenu-container {
padding-top:9px;
height: 145px;
position:relative;
z-index:11;
}


inside the style.css file of the theme.
Thank you for your help. No everything is working fine :-)

Leave a reply

Add codeAdd image