a blank space between the last two voices SubMenu

Support desk for Multipurpose Quark Theme
GK User
Wed Sep 21, 2016 10:59 pm
Hi. I have added a submenu, work out, fine ... only problem: I leave a blank space between the last two voices SubMenu, who managed not change ... How could solve it ?, thanks, greetings. :?: :idea:

* I send image ...

MENU_WHITE_SPACE.jpg
User avatar
Platinum Boarder

teitbite
Fri Sep 23, 2016 3:34 pm
Hi

in template override replace code:

Code: Select all
#gkHeaderNav .gkMainMenu .gkmenu > li.last {
    position: relative;
    top: 12px;
}


to

Code: Select all
#gkHeaderNav .gkMainMenu > .gkmenu > li.last {
    position: relative;
    top: 12px;
}
User avatar
Moderator

GK User
Sun Sep 25, 2016 11:00 pm
Hello, problem solved, thanks ...
User avatar
Platinum Boarder

teitbite
Tue Sep 27, 2016 2:27 pm
Hi

Ok. Great to hear it. Closing this thread than.
User avatar
Moderator


cron