Title: Menu formating issues
Last modified: September 1, 2016

---

# Menu formating issues

 *  Resolved [paulo.tebet](https://wordpress.org/support/users/paulotebet/)
 * (@paulotebet)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/menu-formating-issues/)
 * If I resize the browser window, the menu items get stacked in two lines and them
   they disapper…. Instead of colapse to the little 3 horizontal bar ( hamburger
   menu icon ) leaving the vistors with no navigational tool!
 * How can I control the horizontal space between the main menu items?
 * Also, how can I have the menu items to use the horizontal space to the right 
   of the logo? Even if I make the logo image smaller, the menu itens are not taking
   the extra space.
 * Regards
 * Paulo Tebet

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

 *  [hannah](https://wordpress.org/support/users/hannahritner/)
 * (@hannahritner)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/menu-formating-issues/#post-7640698)
 * Hey,
    Do you mind posting a link to your site?
 * Hannah
 *  Thread Starter [paulo.tebet](https://wordpress.org/support/users/paulotebet/)
 * (@paulotebet)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/menu-formating-issues/#post-7640718)
 * [kabudio.com.br](http://kabudio.com.br)
 * Thanks
 *  [hannah](https://wordpress.org/support/users/hannahritner/)
 * (@hannahritner)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/menu-formating-issues/#post-7640736)
 * You need to enable your mobile navigation. You can do so from Appearance > Menus.
   
   You can use this css to keep the menu on one line until mobile kicks in:
 *     ```
       @media (max-width: 992px) {
       .sf-menu a {
           padding: 10px 10px;
       }
       }
       ```
   
 * Hannah
 *  Thread Starter [paulo.tebet](https://wordpress.org/support/users/paulotebet/)
 * (@paulotebet)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/menu-formating-issues/#post-7640754)
 * Thanks a lot Hannah.
 * It is now working.
 * What about the space between the menu items? Can this be controled? I would like
   to have then close to each other.
 * Regards,
 * Paulo
 *  [hannah](https://wordpress.org/support/users/hannahritner/)
 * (@hannahritner)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/menu-formating-issues/#post-7640756)
 * Sure, just remove the media query. So change this:
    [@media](https://wordpress.org/support/users/media/)(
   max-width: 992px) {
 *     ```
       .sf-menu a {
           padding: 10px 10px;
       }
       }
       ```
   
 * to this:
 *     ```
       .sf-menu a {
           padding: 10px 10px;
       }
       ```
   
 * Hannah
 *  [tapiaysela](https://wordpress.org/support/users/tapiaysela/)
 * (@tapiaysela)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/menu-formating-issues/#post-7640757)
 * yo tambien tengo proble el menu de mi web sale por debajo del contenido esta
 * [http://factorquemagrasa.in/ ](http://factorquemagrasa.in/)
 *  [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * (@britner)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/menu-formating-issues/#post-7640759)
 * tapiaysela, please create your own topic in the theme support area for the theme
   that you are using.
 * Kadence Themes
 *  Thread Starter [paulo.tebet](https://wordpress.org/support/users/paulotebet/)
 * (@paulotebet)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/menu-formating-issues/#post-7640769)
 * Worked like a charm!
 * Thanks a lot.
 * Paulo Tebet

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

The topic ‘Menu formating issues’ 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

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

 * 8 replies
 * 4 participants
 * Last reply from: [paulo.tebet](https://wordpress.org/support/users/paulotebet/)
 * Last activity: [9 years, 8 months ago](https://wordpress.org/support/topic/menu-formating-issues/#post-7640769)
 * Status: resolved