Title: Left align top menu
Last modified: August 22, 2016

---

# Left align top menu

 *  [Chrisssssi](https://wordpress.org/support/users/chrisssssi/)
 * (@chrisssssi)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/left-align-top-menu/)
 * 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](https://wordpress.org/support/users/chrisssssi/)
 * (@chrisssssi)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/left-align-top-menu/#post-5414623)
 * Anyone got an idea?
 *  [salsaturation](https://wordpress.org/support/users/salsaturation/)
 * (@salsaturation)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/left-align-top-menu/#post-5414681)
 * 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.

 * 2 replies
 * 2 participants
 * Last reply from: [salsaturation](https://wordpress.org/support/users/salsaturation/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/left-align-top-menu/#post-5414681)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
