Problem with left_top position

GK User
Sat Jun 16, 2012 9:13 pm
I have the layout of a vertical menu in top_left position, and submenu items are hidden.

left_top.jpg


I think there is a problem with the position, because I have tried other menus and no one shows submenu items. Differents z-index in modules, but not working.

Could help me with this problem?

Thanks in advance.
User avatar
Fresh Boarder

GK User
Sun Jun 17, 2012 7:57 am
Can you please post a link to your website. Thank you.

See you around...
User avatar
Platinum Boarder

GK User
Sun Jun 17, 2012 5:55 pm
Working, only write z-index in template :

Code: Select all
.box:first-child,.box_menu:first-child,.box_text:first-child {
   margin-top: 0 !important;
z-index:999;

}


Thank you anyway.
User avatar
Fresh Boarder

GK User
Sun Jun 17, 2012 7:51 pm
Glad to hear you have fixed it. See you around...
User avatar
Platinum Boarder


cron