Centering menu on Nishita theme
-
Hi there,
I need to centering my menu but I don’t know how to do it. I’m working with Nishita- theme. Here is my site: http://www.anttijohansson.net
Can anyone help me out?
Best regards,Antti J.
The blog I need help with is: (visible only to logged in users)
-
Hi Antti,
Greetings and thanks for posting on the forums.
You can center the navigation menu of your site by using the following CSS code.
To use this code in the admin area of your site go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS code.
To add Custom CSS you’ll need the Custom Design upgrade, which you can purchase in your dashboard under Store.
div#header-inner { text-align: center; width: 97%; } #header #header-inner ul#nav { display: inline-block; width: auto; }Best Regards,
Vinod Dalvi -
Hi Vinod,
Thank you for answering. I got what I was looking for.
So BIG THANK YOU :)
-Antti
-
You are most welcome, if I can be of any further assistance please don’t hesitate to ask :)
- The topic ‘Centering menu on Nishita theme’ is closed to new replies.