how to center navigation menu text
-
hi,
I i’m looking the way to center the navigation menu text .
i use Motif theme as rtl (Hebrew).
Thanks for your help
OritThe blog I need help with is: (visible only to logged in users)
-
Hi there, I’m not seeing the custom design upgrade on the site you reference, but the following can be used to center the menu on Motif. I’ve limited this change to 601px and wider screens/browsers so that it doesn’t affect the touch menu.
@media screen and (min-width: 601px) { .main-navigation { text-align: center; } .main-navigation ul { display: inline-block; } } -
Thank you thesacredpath !
you can’t see the custom design upgrade on the site i reference because i didn’t upgrade it yet. i check it on the css preview mode to see that all changes can be made correctly before i’ll decide to upgrade it. now, after your help, i can do it (:
Thanks a lot.
Orit -
- The topic ‘how to center navigation menu text’ is closed to new replies.