Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #852723
    webrand
    Participant

    I would like to remove the header from a page, and use a widget on the left side to add a menu. But since this looks odd on mobile, how can I keep a mobile menu at the top, and not have the sidebar menu show up right below it?

    Thank you.

    #852975
    Jade
    Moderator

    Hi there,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #876984
    webrand
    Participant

    zirconproductions.com

    Thank you

    #877708
    Paul R
    Moderator

    Hi,

    Thank you for providing your site url.

    To remove your sidebar menu in mobile, you can add this under Custom > CSS in the Customizer.

    
    @media (max-width: 767px) {
    #nav_menu-2 {
       display:none;
    }
    }
    

    Hope that helps.

    #882861
    webrand
    Participant

    Thank you, it works however there needs to be a mobile menu button (3 lines/hamburger) and that is not showing up when using this custom code.

    #883697
    Lely
    Moderator

    Hello There,

    Upon checking, you’re using a No Header template. The mobile Icon will be in the Header. Since your page don’t display the header, it is not showing. Please try switching to template.

    Hope this helps.

  • <script> jQuery(function($){ $("#no-reply-852723 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>