• How do I get my top menu centered? I tried this code, but it didn’t work:

    .navigation-top .wrap {
        max-width: 100%;
        text-align: center !important;
    }
    • This topic was modified 5 years, 5 months ago by Frank Spade.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • It looks centered to me, did you get this working? If you aren’t seeing it working, try clearing your browser cache or adding something like ?nocache onto the end of your site URL.

    Thread Starter Frank Spade

    (@spade)

    Thanks Jarret, but no, its not centered for me.
    I even tried several different browsers, but its all the same: the menu is flushed to the left.

    Ah sorry, had to increase my browser width! Give this a try

    .navigation-top .main-navigation .menu {
    	text-align: center;
    }
    Thread Starter Frank Spade

    (@spade)

    Bingo, that did it. Thanks a bunch!

    • This reply was modified 5 years, 5 months ago by Frank Spade.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How do I get my menu centered?’ is closed to new replies.