Drop down menu problem

Latest Reply from Matt at 2014-07-08 03:54:15
I have the Garage theme and love it but having one problem. I have the slider turned off for the inner pages. However the dropdown menus go "behind" part of the area where the slider would be if it was turned on. how do I fix this?
Hi there,

Thank you for letting us know about it. You should find rules for #content-top { in the style.css. And change value for z-index from 20 to 10. So you should have following code:
	#content-top {
width:1006px;
height:15px;
margin-bottom:-5px;
background:url(images/content/top-n.png) left top no-repeat !important;
position:relative;
z-index:10;
}


Also you can download new version of Garage from our website with this fixes.

Leave a reply

Add codeAdd image