Shape 5

Joomla Templates => eMercantilism - January 08 - Club => : siacomp March 21, 2012, 06:35:22 AM



: emercantilism menu covers to frontpage v2
: siacomp March 21, 2012, 06:35:22 AM
I have a problem.
I have installed emercantilism and frontpage v2, but frontpage covered menu template..

escuse for bad english...
thanks..


: Re: emercantilism menu covers to frontpage v2
: jonahh March 21, 2012, 12:34:34 PM
Hello,

Can you post a URL of this?


: Re: emercantilism menu covers to frontpage v2
: siacomp April 02, 2012, 09:16:11 AM
my site is in local...


: Re: emercantilism menu covers to frontpage v2
: jonahh April 02, 2012, 01:30:07 PM
You would need to change the zindex of the menu so that it goes on top of frontpage display so for example

look for:

#navv ul li {
    position:relative;
}
nomoo_...ish.css (line 56

and change to:


#navv ul li {
    position:relative;
    z-index:234;
}
nomoo_...ish.css (line 56