Topic Resolution: Resolved
  • Closed
  • Sharber Howell
    Spectator
    January 19, 2017 at 12:24 am #31998

    I’m using the most current Evolve theme, and no matter what I do I can’t get the main menu centered on the page, the menu is either on the left or the right.

    I bought this theme to make stuff like this fairly simple, but that never seems to happen.

    Sharber Howell
    Spectator
    Posts: 1
    January 19, 2017 at 12:49 am #32000

    Here is what i am using for my CSS, but it only works until it’s viewed on a tablet.

    ul.nav-menu {margin-left: 225px;}

    https://emeraldtradealliance.org/

    Chaminda Liyanage
    Spectator
    Posts: 3
    January 19, 2017 at 6:52 am #32004

    Are you still having issues mate? When I load your site up, the main title is in the center.

    Priyank
    Spectator
    Posts: 747
    January 19, 2017 at 12:47 pm #32016

    Hi,

    Please add below css code into custom css for main navigation align center.

    ul.nav-menu{
    text-align: center;
    }
    ul.nav-menu li {
    display: inline-block;
    float: none;
    }
    .sub-menu li {
    text-align: left !important;
    }

    Thank you