This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Replies

3
  1. Greg Priday Staff 10 years, 11 months ago

    Hi James

    This thread might answer your question – Thread: How can I centre the Menu on the screen

  2. James Carlyle-Clarke 10 years, 11 months ago

    Thanks for that.

    I improved on it, to keep the sub-menu items left aligned:

    /* Vantage Center the main menu, but not the sub-menus */
    .main-navigation ul {
      text-align: center !important;
    }
    .main-navigation ul li {
      display: inline-block !important;
      float: none !important;
      text-align: left !important;
    }
  3. Andrew Misplon Staff 10 years, 11 months ago

    That’s the one. Glad you managed to resolve. Cheers.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread