Home>Support>How to right align menu items
  1. 9 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    Hi R G

    This can be achieved by adding the following to 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;
    }
    
  2. 9 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    To create a custom menu with drop downs, please see:

    https://en.support.wordpress.com/menus/

  3. 9 years, 6 months ago R G

    Cool, thanks Andrew. Works.

  4. 9 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    Awesome, glad we could help.

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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More