New Front EN › Support Forums › Fuji Theme Support › Right aligning the menu › Reply To: Right aligning the menu
September 25, 2012 at 12:06 pm
#187
satori
Keymaster
Hi Jason!
The menus use float for item alignment instead of the text-align property, so if you want the middle menu items to be right-aligned, please insert the following CSS code into “style.css”:
#nav-secondary ul li { float: right !important; } #nav-secondary ul ul li { float: left !important }
Sincerely,
Andrew | Satori