Search…

X3 Photo Gallery Support Forums

Search…
 
alexar
Topic Author
Posts: 1
Joined: 12 Feb 2009, 02:15

Menu configuration

12 Feb 2009, 02:25

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
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14002
Joined: 30 Sep 2006, 03:37

18 Feb 2009, 02:58

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
 
lowray1975
Experienced
Posts: 137
Joined: 26 Jul 2008, 08:04

10 Mar 2009, 10:08

How about a way to change the [-] and [+]?
 
umarmughal
Posts: 6
Joined: 22 Nov 2007, 19:52

Horizontal Menu

13 Mar 2009, 12:59

Is it possible to set horizontal menu Top Center Align and set the width and height of it?
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14002
Joined: 30 Sep 2006, 03:37

Re: Horizontal Menu

16 Mar 2009, 11:43

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