Menu items moved to the right
-
Hi All,
I’m using WordPress twenty twelve theme. I’m wondering if I am able to move my menu to the right using css? If yes – can anyone help me with the code? Thank you :)The blog I need help with is: (visible only to logged in users)
-
Good afternoon,
That is absolutely possible!Try this CSS code in your custom CSS:
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul { text-align: right; } -
It worked beautifully, thank you so much. I’ve spend so much time trying to find a solution, I almost thought it wasn’t possible :)
Really appreciate it
- The topic ‘Menu items moved to the right’ is closed to new replies.