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
thx 4 help
-
- Expert Boarder
- Konrad M
- Thu Jan 31, 2013 10:40 am
Hi,
can you give me url to your site?
can you give me url to your site?
- GK User
- Thu Jan 31, 2013 3:02 pm
migrated site from joomla1.5 local- i can upload it and mail you the link
-
- Expert Boarder
- Konrad M
- Fri Feb 01, 2013 6:09 am
One thing more. What kind of gk menu are you using ?
- GK User
- Fri Feb 01, 2013 2:13 pm
GK Dropline menu
-
- Expert Boarder
- Konrad M
- Mon Feb 04, 2013 12:30 pm
You can try add to override.css
and remember to enable override.css option in template settings. And try increase thisvalue to fit your needs.
- 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.
- 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
http://www.joomla25.duocalva.ch/index.php?Itemid=27
thx a lot
-
- Expert Boarder
- Konrad M
- Thu Feb 07, 2013 3:58 pm
Try add to override.css
and try increase or decrease this value to fit your needs.
- Code: Select all
#gkSubmenu > div > ul > li {
height:28px;
}
and try increase or decrease this value to fit your needs.
- GK User
- Thu Feb 07, 2013 4:33 pm
works perfect thx a lot 4 help.


-
- Expert Boarder
9 posts
• Page 1 of 1