change menu alignment
-
right now my main menu is doing this weird two column thing on the right side. I’d like to make it align left instead. How do I do this?
The blog I need help with is: (visible only to logged in users)
-
Hi!
This is the support forum for sites hosted on WordPress.com.
It looks like you have a self-hosted site via WordPress.org.
You can get support for the .org here: http://wordpress.org/support/To learn about the difference between the .com and .org versions visit: https://en.support.wordpress.com/com-vs-org/
Since you have a question related to menu alignment, I recommend contacting the designers of the theme you’re using.
Best of luck!
-
Hi @mrwonkayt, there is a Libre support forum at WordPress.org where you can post questions.
I did take a quick look at your site, and you can try the following Additional CSS and see what you think.
.site-branding { width: 30%; } .main-navigation { width: 69%; text-align: left; }
- The topic ‘change menu alignment’ is closed to new replies.