Title: Remove Responsive Menu
Last modified: August 31, 2016

---

# Remove Responsive Menu

 *  Resolved [igendreau](https://wordpress.org/support/users/igendreau/)
 * (@igendreau)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/remove-responsive-menu-3/)
 * Not sure where to begin looking. I have no menus in any of my menu locations (
   I want no menu to appear). On a desktop browser, it looks as I want it. On the
   mobile version, the responsive “Menu” shows up, but has no items beneath it. 
   How do I make it disappear altogether? Website is [http://www.aaronfinkbiner.com](http://www.aaronfinkbiner.com)

Viewing 1 replies (of 1 total)

 *  Thread Starter [igendreau](https://wordpress.org/support/users/igendreau/)
 * (@igendreau)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/remove-responsive-menu-3/#post-7069122)
 * So I figured it out. 2 step process:
 * First I deleted the letters “Menu” from the line below in the Theme Header (header.
   php)
 * <div class=”site-navigation” data-menu=”<?php _e( ‘Menu’, ‘fluxus’ ); ?>”>
 * Then I went the Stylesheet (style.css) and changed the width from 50 to 0
 * #mobilenav .btn-open {
    display: block; width: 50px;

Viewing 1 replies (of 1 total)

The topic ‘Remove Responsive Menu’ is closed to new replies.

 * 1 reply
 * 1 participant
 * Last reply from: [igendreau](https://wordpress.org/support/users/igendreau/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/remove-responsive-menu-3/#post-7069122)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
