change y position of gkDropSub

GK User
Wed Jan 30, 2013 3:11 pm
How can increase the space between drop line and sub menu or change the y position of Droplinesupbmenu?

thx 4 help
User avatar
Expert Boarder

Konrad M
Thu Jan 31, 2013 10:40 am
Hi,
can you give me url to your site?
User avatar

GK User
Thu Jan 31, 2013 3:02 pm
migrated site from joomla1.5 local- i can upload it and mail you the link
User avatar
Expert Boarder

Konrad M
Fri Feb 01, 2013 6:09 am
One thing more. What kind of gk menu are you using ?
User avatar

GK User
Fri Feb 01, 2013 2:13 pm
GK Dropline menu
User avatar
Expert Boarder

Konrad M
Mon Feb 04, 2013 12:30 pm
You can try add to override.css
Code: Select all
div#gkDropSub > ul > li > ul {
top:18px;
}

and remember to enable override.css option in template settings. And try increase thisvalue to fit your needs.
User avatar

GK User
Wed Feb 06, 2013 1:52 pm
works, thx a lot & how can i increase the rollover areas in gkDropSub for submenuitems. its a little bit tricky now to hit the submenuitems:

http://www.joomla25.duocalva.ch/index.php?Itemid=27

thx a lot
User avatar
Expert Boarder

Konrad M
Thu Feb 07, 2013 3:58 pm
Try add to override.css
Code: Select all
#gkSubmenu > div > ul > li {
height:28px;
}

and try increase or decrease this value to fit your needs.
User avatar

GK User
Thu Feb 07, 2013 4:33 pm
works perfect thx a lot 4 help.

:P
User avatar
Expert Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.