Latest Reply from elcabosanto at 2014-04-02 02:27:46 Solution
The contents of the main menu is displayed right (AboutToys theme). How do I fix? Thank you very much.
http://www.toy-educando.com/
The problem is caused by your own changes. Please adjust height of a secondary-menu container. Just edit the code:
/*------------------------------ MENU ------------------------------*/
#secondarymenu-container {
height: 85px;
position:relative;
z-index:21;
}

in the file style.css.
Thank very much. Working!!

Leave a reply

Add codeAdd image