Search…

X3 Photo Gallery Support Forums

Search…
 
AlchimieDigitali
Topic Author
Posts: 1
Joined: 21 May 2010, 11:13

Allign Menu items with sub folder.

21 May 2010, 11:17

My menu is not aligned, when a menu item contains something it moves to the right.

In the example image Image "About Me" contains two folders.

Can I align this menu item?

Thanks for the help
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

24 May 2010, 06:27

Sorry for the late reply - It was a busy weekend ...

This happens because you have removed the [+] mainmenu node, but it still keeps a space until the next character ... Try this:

1. Go to your admin -> themes -> edit your theme -> edit theme STYLESHEET

2. In your theme stylesheet, locate the style .mainmenu_title, and set margin-left to 5px:
Code
.mainmenu_title {
	margin-left: 5px;
	...
}
This should equalize so that the other titles are aligned with the ones that originally had the [+] node. You may have to adjust the number depending on what font you are using.