• Resolved igendreau

    (@igendreau)


    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

Viewing 1 replies (of 1 total)
  • Thread Starter igendreau

    (@igendreau)

    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.