Title: Remove resposive menu
Last modified: August 31, 2016

---

# Remove resposive menu

 *  Resolved [worldwidewerner](https://wordpress.org/support/users/worldwidewerner/)
 * (@worldwidewerner)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/remove-resposive-menu/)
 * Hello!
 * I have set up a one-page website, no (sub)pages or nothing. Naturally I have 
   no need for a menu. So, I want to remove the menu button that appears when the
   screen width goes to 767px and below. I’ve tried some one the solution given 
   on this topic but no matter what I do the menu remains.
 * I have the simple custom css plug-in, although I have also tried editing the 
   theme CSS directly with no better result.

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

 *  Thread Starter [worldwidewerner](https://wordpress.org/support/users/worldwidewerner/)
 * (@worldwidewerner)
 * [10 years ago](https://wordpress.org/support/topic/remove-resposive-menu/#post-7257064)
 * I still need help on this issue. The hamburger just won’t go away, not on mobile
   nor on narrow desktop browsers.
 *  [Divdeep Singh](https://wordpress.org/support/users/divdeepsingh1/)
 * (@divdeepsingh1)
 * [10 years ago](https://wordpress.org/support/topic/remove-resposive-menu/#post-7257065)
 * Hi worldwidewerner,
 * What i have understood from your query is that you want to remove the menu when
   your website is viewed in mobile.
 * So just inspect that element and you will find this
 * <button class=”navbar-toggle collapsed” type=”button” data-toggle=”collapse” 
   data-target=”.bs-navbar-collapse”>
 * class will be .navbar-toggle.collapsed
 * just try this code
 * .navbar-toggle.collapsed{
    display:none; }
 * Please try this and respond. 🙂
 * Thanks
    Divdeep Singh
 *  Thread Starter [worldwidewerner](https://wordpress.org/support/users/worldwidewerner/)
 * (@worldwidewerner)
 * [10 years ago](https://wordpress.org/support/topic/remove-resposive-menu/#post-7257066)
 * First of all: Thank you! That worked.
 * I struggle to see where I went wrong, I’ve tried quite a few different solutions
   where display:none; was in the picture. I think it may have been my selector,
   I think I used ‘.navbar-toggle collapsed’ (notice the space where you have a .).
 * I always use inspect function in to look up the element, but that is none the
   less great advice that should be included.
 * Thanks again, and have a great day o/
 *  [Divdeep Singh](https://wordpress.org/support/users/divdeepsingh1/)
 * (@divdeepsingh1)
 * [10 years ago](https://wordpress.org/support/topic/remove-resposive-menu/#post-7257067)
 * Hi,
    I am glad that the solution helped you..
 * Thanks.. 🙂
    Have a great day

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

The topic ‘Remove resposive menu’ is closed to new replies.

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

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [remove](https://wordpress.org/support/topic-tag/remove/)

 * 4 replies
 * 2 participants
 * Last reply from: [Divdeep Singh](https://wordpress.org/support/users/divdeepsingh1/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/remove-resposive-menu/#post-7257067)
 * Status: resolved