How to align left text in sub menu

Latest Reply from Alice at 2015-01-16 09:46:29
Hello. site menu has many sub menu. I need to align left text in sub menu. How i can do it?

My menu looks like this
up!!! Please HELP MEE!!!!
To align the menu left you just have to add the code:
#header #mainmenu ul.children li a, #mainmenu .sub-menu li a {
text-align: left;
}

to style.css located in the directory of the theme.

Leave a reply

Add codeAdd image