Title: Justify navigation menu
Last modified: August 19, 2016

---

# Justify navigation menu

 *  [valklo](https://wordpress.org/support/users/valklo/)
 * (@valklo)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/justify-navigation-menu/)
 * How can I really justify a horizontal navigation menu in wordpress theme? I am
   making [thematic](http://themeshaper.com/thematic/) child theme. (more about 
   thematic: [http://themeshaper.com/thematic/guide/](http://themeshaper.com/thematic/guide/))
   
   I need my navigation menu to be justify: # JUSTIFIED JUST AS PLAIN TEXT WOULD
   BE #
 * But I can’t figure out how can I do that?
 * Here is the html and css code:
    _[Code moderated as per the [Forum Rules](http://codex.wordpress.org/Forum_Welcome#Posting_Code).
   Please use the [pastebin](http://wordpress.pastebin.com/)]_
 * _[CSS moderated as per the [Forum Rules](http://codex.wordpress.org/Forum_Welcome#Posting_Code).
   Please just post a link to your site.]_
 * Please help me! Thanks!

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

 *  Thread Starter [valklo](https://wordpress.org/support/users/valklo/)
 * (@valklo)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/justify-navigation-menu/#post-2029541)
 * Really nobody knows how to do that?
 *  [anujasha9](https://wordpress.org/support/users/anujasha9/)
 * (@anujasha9)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/justify-navigation-menu/#post-2029542)
 * you can change the padding in this class
    #access a { padding: 0 3em; } This 
   changes the right and left padding equally. So you only need to increase this
   value till your menu items spread the way you want. (ie: the above url’s menu
   items will spread out nicely if you give 3.8em padding.)
 *  Thread Starter [valklo](https://wordpress.org/support/users/valklo/)
 * (@valklo)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/justify-navigation-menu/#post-2029546)
 * thanks, but this wont work if I add more menu items in navigation. And I am making
   theme for other person who would not like to change css every time he add new
   menu item.
 *  [allu22](https://wordpress.org/support/users/allu22/)
 * (@allu22)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/justify-navigation-menu/#post-2029550)
 *     ```
       .menu ul{
       	display: table;
       	width: 100%
       }
   
       .menu li.page_item{
       	display: table-cell;
       }
       ```
   
 *  Thread Starter [valklo](https://wordpress.org/support/users/valklo/)
 * (@valklo)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/justify-navigation-menu/#post-2029551)
 * I already tried this, it is not working
 *  [oktoberdots](https://wordpress.org/support/users/oktoberdots/)
 * (@oktoberdots)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/justify-navigation-menu/#post-2029624)
 * Still no usefull answers? I’ve got the same problem, and even if you WOULD like
   to change the CSS every time, if you zoom out the last buttons appears on the
   next line and I don’t want that to happen.
 * So really guys.. no tips or tricks at all?
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/justify-navigation-menu/#post-2029625)
 * Try posting a new topic instead of posting to an 8 month old thread.
 *  [oktoberdots](https://wordpress.org/support/users/oktoberdots/)
 * (@oktoberdots)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/justify-navigation-menu/#post-2029626)
 * Ok if you say so.. but i thought i’d only get comments about double thread if
   i’d do that..
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/justify-navigation-menu/#post-2029627)
 * Not with such an old thread. We’ve had a couple of WP updates since this topic
   was first posted,. 🙂

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

The topic ‘Justify navigation menu’ is closed to new replies.

## Tags

 * [justify](https://wordpress.org/support/topic-tag/justify/)
 * [menu](https://wordpress.org/support/topic-tag/menu/)
 * [navigation](https://wordpress.org/support/topic-tag/navigation/)

 * 9 replies
 * 5 participants
 * Last reply from: [esmi](https://wordpress.org/support/users/esmi/)
 * Last activity: [14 years, 5 months ago](https://wordpress.org/support/topic/justify-navigation-menu/#post-2029627)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
