Page 1 of 1

Menu configuration

Posted: 12 Feb 2009, 02:25
by alexar
When a folder has a subfolder how do I remove the "[+]" and "-" when extracted...?

If I choose to have a horizontal menu how do I adjust the spacing from the workspace vertical and horizontal...??

The "x_offset:" under "config" does not work neither does themes-edit-menu-mainmenu: "indent", "horizontal_margin:", "vertical_margin:"...


Kind regards,
Alex

Posted: 18 Feb 2009, 02:58
by mjau-mjau
You want to entirely remove the text for "[+]" and "-"? You can do that by going to admin -> theme -> edit your theme -> edit theme stylesheet -> Find the class .mainmenu_node, and set:
Code
.mainmenu_node {
display: none;
}
As for the horizontal menu, please read this topic:
viewtopic.php?t=3668

Posted: 10 Mar 2009, 10:08
by lowray1975
How about a way to change the [-] and [+]?

Horizontal Menu

Posted: 13 Mar 2009, 12:59
by umarmughal
Is it possible to set horizontal menu Top Center Align and set the width and height of it?

Re: Horizontal Menu

Posted: 16 Mar 2009, 11:43
by mjau-mjau
lowray1975 wrote:How about a way to change the [-] and [+]?
I will add this to Imagevue X2.1 coming soon ...
umarmughal wrote:Is it possible to set horizontal menu Top Center Align and set the width and height of it?
Sorry, the horizontal menu is premature -
viewtopic.php?t=3668