Shape 5

Joomla Templates => Real Estate - Club => : karimah July 04, 2013, 08:11:46 PM



: How to Bring Menu to Front
: karimah July 04, 2013, 08:11:46 PM
Hi, I really like the real estate template. Thanks for your work.

I have a question. My menu seems to be hiding behind my slideshow, is there a way that is simple to fix this. I'm a beginner and not that great with CSS/HTML unless I have step by step instructions?

The slideshow is no a Shape5 product.

Please take a look at my menu under the Property Preservation link. www.cresentunlimited.com. Nothing below industry links can be seen in the drop down menu.

Any help will be greatly appreciated.

Thanks  ;D


: Re: How to Bring Menu to Front
: mikenicoll July 05, 2013, 04:47:06 PM
Hello,

Add the following:

s5_suckerfish.css - line 69

#s5_navv {
    left: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 31px;
    position: absolute;
    right: 0;
    z-index: 100;
}

-Mike


: Re: How to Bring Menu to Front
: karimah July 05, 2013, 10:13:27 PM
Thanks so much Mike.  ;D  I really appreciate the help.


: Re: How to Bring Menu to Front
: mikenicoll July 05, 2013, 10:23:45 PM
NP

-Mike