Title: change navigation menu orientation
Last modified: August 21, 2016

---

# change navigation menu orientation

 *  Resolved [rollerh4](https://wordpress.org/support/users/rollerh4/)
 * (@rollerh4)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/change-navigation-menu-orientation/)
 * Hi everyone, I am would like to change the orientation of the elements of my 
   navigation menu, in the header. I mean instead of having:
 * “Home” -> “Contact” -> “Category1” -> “Category2”
 * I want :
 * “Home”
    “Contanct” “Category1” “Category2”.
 * I guess that in order to do that, I need to change my header’s html, but how 
   can I exactly do that? What would the code look like and where should I interfere?
 * Thanks in advance

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

 *  [Rocco Aliberti](https://wordpress.org/support/users/d4z_c0nf/)
 * (@d4z_c0nf)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/change-navigation-menu-orientation/#post-4792505)
 *     ```
       .navbar .nav > li {
       float: none;
       }
       ```
   
 * ??
 *  Thread Starter [rollerh4](https://wordpress.org/support/users/rollerh4/)
 * (@rollerh4)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/change-navigation-menu-orientation/#post-4792508)
 * Dont think so.. Is it just a matter of css ?
 *  [Rocco Aliberti](https://wordpress.org/support/users/d4z_c0nf/)
 * (@d4z_c0nf)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/change-navigation-menu-orientation/#post-4792510)
 * Maybe I don’t get the point, you want them horizontally and not vertically, or
   what?
 *  Thread Starter [rollerh4](https://wordpress.org/support/users/rollerh4/)
 * (@rollerh4)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/change-navigation-menu-orientation/#post-4792514)
 * In example, this site : [https://wordpress.org/](https://wordpress.org/) is like
   mine. The menu is horizontal. I want to make it vertical.
 * edit: sorry for double post
 *  Thread Starter [rollerh4](https://wordpress.org/support/users/rollerh4/)
 * (@rollerh4)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/change-navigation-menu-orientation/#post-4792515)
 * In example, the wordpress site’s navigation menu is horizontal ([https://wordpress.org/](https://wordpress.org/)).
   This how my menu is too. I want to convert it to vertical.
 *  [Rocco Aliberti](https://wordpress.org/support/users/d4z_c0nf/)
 * (@d4z_c0nf)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/change-navigation-menu-orientation/#post-4792528)
 * So I got it right. You wanted it vertical, and that code does that. But maybe
   you want it also somewhere else?
    Did you try that code and doesn’t work as expected?
 *  Thread Starter [rollerh4](https://wordpress.org/support/users/rollerh4/)
 * (@rollerh4)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/change-navigation-menu-orientation/#post-4792533)
 * Wow, I would swear I copied that to my style.css and didn’t work at first. Anyway,
   it is allright, thanks a lot. 🙂
 *  [Rocco Aliberti](https://wordpress.org/support/users/d4z_c0nf/)
 * (@d4z_c0nf)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/change-navigation-menu-orientation/#post-4792542)
 * Np, it happens.
    😉

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

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

 * ![](https://i0.wp.com/themes.svn.wordpress.org/customizr/4.4.24/screenshot.png)
 * Customizr
 * [Support Threads](https://wordpress.org/support/theme/customizr/)
 * [Active Topics](https://wordpress.org/support/theme/customizr/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/customizr/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/customizr/reviews/)

 * 8 replies
 * 2 participants
 * Last reply from: [Rocco Aliberti](https://wordpress.org/support/users/d4z_c0nf/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/change-navigation-menu-orientation/#post-4792542)
 * Status: resolved