Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author John Turner

    (@johnnytee)

    There is nothing built in but you could do it with custom css and media queries.

    Thread Starter Dalibr

    (@dalibr)

    Thanks, I’ve tried it like this, but didn’t work..

    @media screen and ( max-width: 480px ) {
    
    #wnb-bar {display:none!important;}
    }
    Plugin Author John Turner

    (@johnnytee)

    This worked fine for me

    @media screen and ( max-width: 480px ) {

    #wnb-bar {display:none!important;}
    }

    You might just need to increase the 480 to a bigger number.

    i want to disable on mobile too can u help me

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Disable on mobile phone’ is closed to new replies.