Quote:
Originally Posted by LeadMagnet
It's being caused by the UL tag just before the list of menu items.
Either get rid of it or give it an ID attribute and adjust it's position.
|
Okay, I added a UL tag with 0 margin and padding.
I added to the menu_vert CSS file:
Code:
#menu_vert ul {
padding-left: 0;
margin-left: 0;
}
Does it work now? Sorry, I am at 'work' and don't have Mozilla.