Okay
  Public Ticket #1340693
OFF Canvas menu hide on Tablet horizontal view and Desktop
Closed

Comments

  • Forchalad started the conversation

    Hello,

    can you send me a custom css to hide the Off canvas menu button on Desktop and Tablet (just in horizontal view )?

  •  3,034
    Andrew replied

    Hey there,

    Thanks for reaching in,

    Can you please send us a link to your website and also an indicated screenshot so we can better help you achieve that.

    Regards

  •   Forchalad replied privately
  •  3,034
    Andrew replied

    Hi there, 

    Thanks for the screenshots and the link. 

    You can use the following code to remove the off canvas menu button: 

    @media only screen and (min-width: 790px){
      li.slide-out-widget-area-toggle{
        display: none!important; 
      }
    }

    I hope this helps. Please feel free to contact us if you have any further questions. 

    Best Regards. 

  • Forchalad replied

    Thanks Andrew its work fine! :)