Top menu is overwritten by administration menu if user is logged in

Latest Reply from Alice at 2016-03-14 05:25:40
In MiddleEarth theme, the top menu is overlapped by the WordPress administration menu in case a user is logged in. How to avoid that?
Hi!

Please, find the code:
#mainmenu-container {
height:54px;
width:1000px;
position:absolute;
top:0;
z-index: 999;
}

in the style.css and change z-index value to "999999". Sorry for inconvenience and thanks for lettings us know about this issue. We will fix it as soon as possible.
OK, now the menu overlaps the wordpress bar ;-)
The ideal solution would be to move down the main container if the Wordpress bar is visible...
Hi!
Could you clarify what do you mean by "WordPress bar"?

Leave a reply

Add codeAdd image