• Resolved allanwq

    (@allanwq)


    I just made my Main Menu align to the right. But then my Submenu also align to the right.

    Question : Is there a way to align my submenu to the Left or maybe center not like my Main menu?

    Check this website https://www.allanwq.com on “Contact Us” menu.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi allanwq

    Looks like you’ve made progress, for reference, the Custom CSS to use for this would be:

    /* 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;
    }

    All the best.

    Thread Starter allanwq

    (@allanwq)

    Thanks, Perfectly done!

    Super, glad to hear that helped.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Submenu Allignment’ is closed to new replies.