Is use simplemenu for my adminstrative tasks. When the Site Logo is enbled, it renders over the menu. In other words, the menus open under the loge and are not accessable then.
How to change that?

Comments

mehrpadin’s picture

Hoi Rino,

Yeah it's a z-index thing, you can fix it by changing the "z-index" property of the mpFREE logo to '90' or even '98' (SimpleMenus uses '99').

An example:

#header .logo {
	left: 0;
	outline: 0;
	position: relative;
	top: 0;
	width: 250px;
	z-index: 90;
}

("mpFREE.css" right inside the "css" directory.)

mehrpadin’s picture

Status: Active » Closed (fixed)