Title: disappearing menu bug
Last modified: August 21, 2016

---

# disappearing menu bug

 *  [kurai.inu](https://wordpress.org/support/users/kuraiinu/)
 * (@kuraiinu)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/disappearing-menu-bug/)
 * Hello,
 * I’d like to report a bug on the navigation menu. When the page is wide enough
   the menu is on the left, but if not it moves to the top, right? If, when the 
   menu is on top, you click on the menu icon twice (so that the menu is shown and
   then hidden), and then resize the window so that it’s wide enough for the menu
   to move to the left, it won’t be displayed. In other words, if you hide it when
   it’s on top, it will stay hidden when you resize the window. It’s far from a 
   serious bug but, since I was able to replicate it and it seems easy to fix, I
   thought you’d like to know.
 * This happens on the theme preview as well, so you should be able to replicate
   it easily (unless it’s a browser-specific bug — I’m using Safari 7.0.5 on OSX
   10.9.4)
 * Also, when a wide window is resized, the following happens:
    > left navigation
   moves to top > content area becomes narrower
 * To be honest, I’d like the content area to become narrower first, keeping the
   navigation on the left. Is there any way to add this as an option? I know little
   more than the basics of web design, so I can’t say I’d be able to do such change
   myself.
 * Best regards,
    .jp

Viewing 1 replies (of 1 total)

 *  [weirdfeet](https://wordpress.org/support/users/weirdfeet/)
 * (@weirdfeet)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/disappearing-menu-bug/#post-5083234)
 * Hey,
 * I also found that this was an issue. I followed the fix outlined in the comments
   [here](http://www.yoarts.com/wordpress/free-flat-design-wordpress-theme.html).
 * Basically just add:
 * [@media](https://wordpress.org/support/users/media/) (min-width:1199px) {
    #site-
   navigation { display:block !important; }
 * to the template.css file (in assets/css/).
 * Hope that helps.

Viewing 1 replies (of 1 total)

The topic ‘disappearing menu bug’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [weirdfeet](https://wordpress.org/support/users/weirdfeet/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/disappearing-menu-bug/#post-5083234)
 * Status: not resolved