Page 1 of 1

Allign Menu items with sub folder.

Posted: 21 May 2010, 11:17
by AlchimieDigitali
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

Posted: 24 May 2010, 06:27
by mjau-mjau
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.