Can't centre my nav bar on autofocus theme

  • Unknown's avatar

    Hi am relatively new to wordpress, I am using a customized version of Autofocus theme but I cant seem to centre my nav bar so that it sits under the centre of the header.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Welcome!

    The following CSS example will center the main menu in the AutoFocus theme:

    .menu {
    	text-align: center;
    }
    
    .menu ul {
    	display: inline-block;
    }

    Add it to the Appearance > Customize > CSS editor in your blog dashboard.

  • The topic ‘Can't centre my nav bar on autofocus theme’ is closed to new replies.