Title: Main Navigation
Last modified: October 2, 2017

---

# Main Navigation

 *  [Ellen](https://wordpress.org/support/users/ejfgreen/)
 * (@ejfgreen)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/main-navigation-5/)
 * Hello, I’m having a simple problem of the main navigation menu wrapping to two
   lines when I add one more item. I have looked high and low and can’t find a setting
   to create space between the logo and the menu. Any ideas?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmain-navigation-5%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Kevin](https://wordpress.org/support/users/jx-3p/)
 * (@jx-3p)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/main-navigation-5/#post-9549297)
 * Hello,
 * Firstly, try going to Theme Options> Main Settings, and check that your logo 
   spacing on the right and left are set to 0.
 * This will maximize the space in your header for the menu. If that is set to 0
   and your still left without enough room, let me know when you add the menu back
   and I’ll provide some CSS to keep it on one line.
 * -Kevin
 *  [Kevin](https://wordpress.org/support/users/jx-3p/)
 * (@jx-3p)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/main-navigation-5/#post-9549309)
 * Adding this CSS in Theme Options> Advanced Settings should do the trick:
 *     ```
       @media (min-width: 992px)
       .kad-header-left {
           width: 25%;
       }
       .kad-header-right {
           width: 75%;
           }
       }
       ```
   
 * -Kevin
 *  Thread Starter [Ellen](https://wordpress.org/support/users/ejfgreen/)
 * (@ejfgreen)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/main-navigation-5/#post-9549357)
 * Thank you Kevin. The left and right settings are at 0. The css worked except 
   the whole menu dropped down one line. Is there any way the logo and menu can 
   be on one one? Thanks again for your help.
 *  [Kevin](https://wordpress.org/support/users/jx-3p/)
 * (@jx-3p)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/main-navigation-5/#post-9549379)
 * I missed a bracket within that CSS. Change to this and you’ll be set:
 *     ```
       @media (min-width: 992px) {
       .kad-header-left {
           width: 25% !important;
       }
       .kad-header-right {
           width: 75%;
           }
       }
       ```
   
 * -Kevin
 *  Thread Starter [Ellen](https://wordpress.org/support/users/ejfgreen/)
 * (@ejfgreen)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/main-navigation-5/#post-9549422)
 * That was it! Thanks Kevin! I looks great now.

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

The topic ‘Main Navigation’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/virtue/3.4.15/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/)

 * 5 replies
 * 2 participants
 * Last reply from: [Ellen](https://wordpress.org/support/users/ejfgreen/)
 * Last activity: [8 years, 8 months ago](https://wordpress.org/support/topic/main-navigation-5/#post-9549422)
 * Status: not resolved