• Hello,

    I’m trying to left align the top menu on the twenty fourteen theme. I already created a child theme, but what do I have to insert so the menu is left aligned?

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Chrisssssi

    (@chrisssssi)

    Anyone got an idea?

    Hi Chrisssssi

    This should help you:

    .primary-navigation {
    		float: left;
    	}

    If you want to move it slightly to the right as well you can do this:

    .primary-navigation {
    		float: left;
    margin-left: 53px
    	}

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Left align top menu’ is closed to new replies.