Title: Update: 3.6.0 Responsive menu problem
Last modified: August 31, 2016

---

# Update: 3.6.0 Responsive menu problem

 *  Resolved [grape](https://wordpress.org/support/users/grape/)
 * (@grape)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/update-360-responsive-menu-problem/)
 * After updating to evolve 3.6.0, all of a sudden the responsive menu is showing
   in full screen. Not only that, but it’s “covering up” the main menu, making those
   items unusable. I can get rid of it by using #wrapper .dd-container .dd-selected-
   text {display: none !important;}
    BUT, I’d like for it to be gone when in full
   screen and only visible for mobile devices. I’m thinking it has something to 
   do with the [@media](https://wordpress.org/support/users/media/) only screen,
   but everything I’m trying doesn’t seem to be working.
 * Any help would be appreciated. Thank you!

Viewing 1 replies (of 1 total)

 *  Thread Starter [grape](https://wordpress.org/support/users/grape/)
 * (@grape)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/update-360-responsive-menu-problem/#post-7375109)
 * fixed it with:
    [@media](https://wordpress.org/support/users/media/) only screen
   and (min-width: 769px) { #wrapper .dd-container .dd-selected-text { display: 
   none !important; } }

Viewing 1 replies (of 1 total)

The topic ‘Update: 3.6.0 Responsive menu problem’ is closed to new replies.

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

 * 1 reply
 * 1 participant
 * Last reply from: [grape](https://wordpress.org/support/users/grape/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/update-360-responsive-menu-problem/#post-7375109)
 * Status: resolved