Title: Primary Navigation &#8211; adjust width
Last modified: August 21, 2016

---

# Primary Navigation – adjust width

 *  Resolved [timothyp](https://wordpress.org/support/users/timothyp/)
 * (@timothyp)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/primary-navigation-adjust-width/)
 * Hi
 * I’d like to have a primary nav. menu span the whole of my site page along the
   top but when I set a menu to go there it ends up going 2/3 of the way across 
   then dropping down a line.
 * Could anyone help?
 * Cheers
 * Here’s my site – [http://hand.handmadecrafthouse.co.uk/](http://hand.handmadecrafthouse.co.uk/)

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

 *  [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * (@britner)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/primary-navigation-adjust-width/#post-4786384)
 * Try adding this to your custom css box in the theme options:
 *     ```
       .kad-header-right {
       width: 100%;
       height: 140px;
       }
       #logo {
       padding:0;
       }
       .kad-header-left {
       width: 0;
       padding: 0;
       }
       ```
   
 * Kadence Themes
 *  Thread Starter [timothyp](https://wordpress.org/support/users/timothyp/)
 * (@timothyp)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/primary-navigation-adjust-width/#post-4786431)
 * Hi Kadence – that kinda worked; everything is now on the same line now, but I’d
   like to get the whole menu centred to the page, like the Secondary menu below…
 * I tried adjusting the top bit to –
 *     ```
       .kad-header-right {
       width: 100%;
       height: 140px;
       float: center;
       text-align: center;
       }
       ```
   
 * But that didn’t seem to do anything… any ideas?
 *  [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * (@britner)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/primary-navigation-adjust-width/#post-4786450)
 * You can use the logo layout third option in the theme options, that will center
   you menu.
 * kadence themes
 *  Thread Starter [timothyp](https://wordpress.org/support/users/timothyp/)
 * (@timothyp)
 * [12 years ago](https://wordpress.org/support/topic/primary-navigation-adjust-width/#post-4786476)
 * Aha!
 * It works perfectly, but I don’t like it as much as when it’s in the corner! lol,
   be careful what you wish for! 😉
 * Thanks so much for your help!

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

The topic ‘Primary Navigation – adjust width’ is closed to new replies.

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

## Tags

 * [menu](https://wordpress.org/support/topic-tag/menu/)
 * [navigation](https://wordpress.org/support/topic-tag/navigation/)
 * [primary](https://wordpress.org/support/topic-tag/primary/)
 * [virtue theme](https://wordpress.org/support/topic-tag/virtue-theme/)
 * [width](https://wordpress.org/support/topic-tag/width/)

 * 4 replies
 * 2 participants
 * Last reply from: [timothyp](https://wordpress.org/support/users/timothyp/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/primary-navigation-adjust-width/#post-4786476)
 * Status: resolved