Currently in Bluebreeze, the nice menu module displays expanded all the time. When switched to vertical menu, sublinks only display on hover. Please help.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | nice_menus.txt | 5.29 KB | boreg |
Currently in Bluebreeze, the nice menu module displays expanded all the time. When switched to vertical menu, sublinks only display on hover. Please help.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | nice_menus.txt | 5.29 KB | boreg |
Comments
Comment #1
boreg commentedHi,
do you still want to solve the issue? I'm now trying to fix similar issue - cooperation admin_menu with bluebreeze theme because the admin_menu module looks greater for me.
I only find out that problem is somewhere near line 340 in style.css file of bluebreeze template and i don't have time to work out. Try to add these comments - it's now upset, but not expanded all time :))
btw: sorry for my English :)
Comment #2
boreg commentedIf you're still interested in it, i can try to fix it, but pls respond if it's still current.
Comment #3
boreg commentedOk, i have some fast solution :)
Remove this div from the bluebreeze page.tpl file
<div id="header-region">(or comment it) and addmargin: 0;to ul.nice-menu-down li {} .Finall code - nice_menus.css:
Finall code - page.tpl.php:
Is it sufficient for you?
Comment #4
boreg commentedThere is my stylesheet in the attachment if you want. It's little bit more similar (colourity) to bluebreeze theme than the default one.
Notice: It's adapted (resp. tested) only for the dropdown variant.
Comment #5
pcorbett commentedYes, that quick fix works, but the real issue is with the display: inline; declaration in the header-region. If you need header-region, try removing the display: inline from all header-region classes/ids.
Comment #6
add1sun commentedtheming issue, not nice menus. seems resolved and OP has not responded.
Comment #7
killes@www.drop.org commented