Okay
  Public Ticket #3016365
How to remove the player of the navigation page on the mobile phone
Closed

Comments

  • Tobaccostoreonline started the conversation

    How to remove the player of the navigation page on the mobile phone

  •  8,839
    Tahir replied

    Hey Again,

    Try removing the Audio Widgets in the WP Dashboard -> Widgets Area named "Off Canvas Widgets" .

    Thanks 


    ThemeNectar Support Team 

  • Tobaccostoreonline replied

    Hi

    without this Widgets

  •  1,877
    Judith replied

    Hi There,

    Please try this css:

    @media only screen and (min-width: 1px) and (max-width: 999px){
    audio {
        display: none;
    } }

    Thanks.