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.

How to right align menu items

Resolved 4 replies premiumthemetheme-vantage
Started · Latest reply by Andrew Misplon

Currently menu items are aligned left with logo. Is there a setting which allows me to align menu items on the right hand side? How do i make menu items more interactive such as drop down?

URL: http://sendarrowblog.wpengine.com

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

Need fast email support? Get SiteOrigin Premium

Replies

4
  1. Andrew Misplon Staff

    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. Andrew Misplon Staff

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

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

  3. R G

    Cool, thanks Andrew. Works.

  4. Andrew Misplon Staff

    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.

Have a different question or issue?

Start New Thread