• Resolved rsch3442

    (@rsch3442)


    I have created a child-theme for rookie, I am having trouble getting the menu to be centered instead of left.

Viewing 1 replies (of 1 total)
  • Thread Starter rsch3442

    (@rsch3442)

    I was able to resolve this issue.

    /*center main menu*/

    .main-navigation ul {
    text-align: center;
    }

    .main-navigation ul li {
    display: inline-block;
    float:none;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Center Main Menu’ is closed to new replies.