Mega menu : Reducing the lag towards right of submenu

Elegant Joomla template designed especially for both professional and personal website presentation.
GK User
Tue Feb 01, 2011 10:32 am
Hello

is it possible to bring back the submenu closer to its parent menu. A look to the picture/site will be self explanatory.

decalage sousmenu_2011-02-01.png


http://ars13.org/index.php


Thanks a lot

Xtof
User avatar
Fresh Boarder

teitbite
Wed Feb 02, 2011 3:18 am
Hi

Please go to gk_stuff.css and change margin-left value in this class:

Code: Select all
#gk-nav ul.level0 > li li div.childcontent {
    background: url("../images/style1/submenu_bg.png") repeat-x scroll 0 bottom #555555;
    font-size: 11px;
    margin-left: 170px !important;
    margin-top: -20px !important;
    padding: 0 0 4px;
}
User avatar
Moderator


cron