Page 1 of 1

main menu question

Posted: 05 Dec 2009, 01:59
by jasonmerlo
Is it possible to remove the [+] that is next to galleries with subgalleries? Also, is it possible to have the galleries with subgalleries expand on rollover instead of on mouse click?

Posted: 08 Dec 2009, 01:57
by mjau-mjau
You can remove the [+] node by going to admin -> themes -> edit your theme -> edit theme stylesheet:
Code
.mainmenu_node {
display: none;
}
However, this does not work perfectly because there is still a small margin there for subfolder items.

Unfortunately, you cant set the menu to open on rollover - That is not compatible with the mechanics of this menu style. Thanks for the suggestion though ...

Posted: 16 Dec 2009, 21:01
by jasonmerlo
Is it possible to move the "Menu" farther down the page? I've moved the buttons down and would like the word "Menu" to be in about the same spot.

www.willowbranchcreek.com

Posted: 22 Dec 2009, 08:17
by mjau-mjau
You can expand the "height" of the mainmenu button flip, but its always attached to the top of the screen.