Shape 5

Wordpress Club Themes => Shenandoah - Club => : sarwan May 05, 2012, 01:27:58 PM



: "drop down menu goes behind the image"
: sarwan May 05, 2012, 01:27:58 PM
My drop down menu goes behind the image, how to correct it, please if anyone can help.
Iam using the shenandoh. Thx


: Re: "drop down menu goes behind the image"
: Tristan Rineer May 07, 2012, 08:06:32 AM
More details needed:

1. Link?
2. Behind what image?


: Re: "drop down menu goes behind the image"
: sarwan May 07, 2012, 04:59:12 PM
sorry, link is www.kumarmortgage.com/wordpress
I am using a new simple gallery from www. gopiplus.com- top row 1-1.


: Re: "drop down menu goes behind the image"
: Tristan Rineer May 07, 2012, 06:08:25 PM
The problem is in the plugin you are using.  The plugin assigns a "z-index" of 1001 to the slideshow, giving it a "layer" placement above everything else on the site.  You will need to either edit your plugin to remove the z-index, or contact the plugin author for instructions on how to disable that in the code.  (You can also post a request to the "Hire-A-Coder" area on this site - The link in in my forum signature)

Also:
Your logo in the text widget is pushing the menu down & causing it to be misaligned.  If you change the text widget to the following code, it should fix your alignment issue:

:
<img src="http://www.kumarmortgage.com/wordpress/wp-content/uploads/2012/05/MAC_logo_rectangle_RGB_highres-e1336099255455.jpg" alt="http://www.kumarmortgage.com" style="margin-bottom:-13px;">

That will give the image a negative bottom margin, allowing the rest of the header area to slide back up to where it belongs.