Edit height of maximenu ck
- dennybeulen
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 1
- Thank you received: 0
13 years 4 months ago #1449
by dennybeulen
Edit height of maximenu ck was created by dennybeulen
Hello,
Im building a website with a horizontal maximenu. my problem is that i cant find how I can edit the height of the menubar, without changing the height of the submenu items.
editing these will increase the menu height, but also the submenu items.
you can find my website here:
www.dennybeulen.nl/viking2
Thank you!
Im building a website with a horizontal maximenu. my problem is that i cant find how I can edit the height of the menubar, without changing the height of the submenu items.
Code:
div#<?php echo $id; ?> ul.maximenuCK li a.maximenuCK,
div#<?php echo $id; ?> ul.maximenuCK li span.separator
editing these will increase the menu height, but also the submenu items.
you can find my website here:
www.dennybeulen.nl/viking2
Thank you!
Please Log in or Create an account to join the conversation.
13 years 4 months ago #1453
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Re: Edit height of maximenu ck
hi
try with this code for the first level items
(only for maximenu CK version 4 + 5)
for maximenu CK version 6 :
CEd
try with this code for the first level items
Code:
div#<?php echo $id; ?> ul.maximenuCK li.level0 > a.maximenuCK,
div#<?php echo $id; ?> ul.maximenuCK li.level0 > span.separator
(only for maximenu CK version 4 + 5)
for maximenu CK version 6 :
Code:
div#<?php echo $id; ?> ul.maximenuck li.level1 > a.maximenuck,
div#<?php echo $id; ?> ul.maximenuck li.level1 > span.separator
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
Time to create page: 0.207 seconds