Title: Responsive Menu doesn&#8217;t work
Last modified: October 26, 2016

---

# Responsive Menu doesn’t work

 *  Resolved [procz](https://wordpress.org/support/users/procz/)
 * (@procz)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/responsive-menu-doesnt-work-3/)
 * Hey there,
    the responsive menu doesn’t work anymore. I compared the original
   code with mine and there is no difference in the responsive area at the end of
   the style sheet. Is there any other possibility why it doesn’t work? I checked
   the plugins already.
 * Regards

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

 *  Thread Starter [procz](https://wordpress.org/support/users/procz/)
 * (@procz)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/responsive-menu-doesnt-work-3/#post-8359594)
 * It suddenly disappears, when I smaller the window or switch to the mobile options..
 *  [stephencottontail](https://wordpress.org/support/users/stephencottontail/)
 * (@stephencottontail)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/responsive-menu-doesnt-work-3/#post-8359638)
 * Can you post a link to your site?
 *  Thread Starter [procz](https://wordpress.org/support/users/procz/)
 * (@procz)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/responsive-menu-doesnt-work-3/#post-8409067)
 * Sure.
 * [http://www.vivian.uni-landau.de](http://www.vivian.uni-landau.de)
 *  Theme Author [ThemeZee](https://wordpress.org/support/users/themezee/)
 * (@themezee)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/responsive-menu-doesnt-work-3/#post-8494866)
 * Hi there,
 * The mobile menu works for me, but the styling is changed by your custom CSS modifications
   and therefore it has lost the width of 100%.
 * I recommend to make the CSS changes only for the desktop menu. You can use a 
   CSS3 media query for that.
 *     ```
       @media only screen and (min-width: 60.001em) {
          // Add Custom CSS here
       }
       ```
   
 * Best,
    Thomas
 *  Thread Starter [procz](https://wordpress.org/support/users/procz/)
 * (@procz)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/responsive-menu-doesnt-work-3/#post-8497040)
 * Hi,
 * thank you for your answer!
 * I found the problem yesterday, why it disappeared.
    I am using a plugin to insert
   custom CSS and added there
 *     ```
       #mainnav-toggle, #mainnav-icon {
       	display: none;
       }
       ```
   
 * With this line doubled in the css custom AND the editor stylesheet the responsive
   function doesn’t work.
 * Best regards

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

The topic ‘Responsive Menu doesn’t work’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/smartline-lite/1.6.8/screenshot.
   png)
 * Smartline Lite
 * [Support Threads](https://wordpress.org/support/theme/smartline-lite/)
 * [Active Topics](https://wordpress.org/support/theme/smartline-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/smartline-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/smartline-lite/reviews/)

 * 5 replies
 * 3 participants
 * Last reply from: [procz](https://wordpress.org/support/users/procz/)
 * Last activity: [9 years, 4 months ago](https://wordpress.org/support/topic/responsive-menu-doesnt-work-3/#post-8497040)
 * Status: resolved