Topic Resolution: Resolved
  • Closed
  • 19.01.2017 at 00:24 #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.

    19.01.2017 at 00:49 #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
    19.01.2017 at 06:52 #32004

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

    Priyank
    Spectator
    Posts: 747
    19.01.2017 at 12:47 #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