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.

Menu Customization – Location

Open 1 reply premiumthemetheme-vantage
Started · Latest reply by Andrew Misplon

Hello, I am trying to move the menu from being center-aligned to being aligned to the right on my homepage. Can anyone help out in explaining how to accomplish this?

Thanks!

URL: http://www.chrisjohnbennett.com

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Andrew Misplon Staff

    Hi Christopher

    Try the following under Appearance > Custom CSS:

    /* Vantage right align the main menu */
    .main-navigation ul {
    font-size: 0;
    text-align: right;
    }
    .main-navigation ul li {
    display: inline-block;
    float: none;
    font-size: 13px;
    }
    .main-navigation ul ul li { 
    text-align: left;
    }

    Should do the trick.

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