how to center navigation menu text

  • Unknown's avatar

    hi,
    I i’m looking the way to center the navigation menu text .
    i use Motif theme as rtl (Hebrew).
    Thanks for your help
    Orit

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    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;
    }
    }
  • Unknown's avatar

    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

  • Unknown's avatar

    Orit, you are welcome and let us know if you have further questions.

  • The topic ‘how to center navigation menu text’ is closed to new replies.