• Resolved rav3nsdream

    (@rav3nsdream)


    Greetings, we run the streaming ticker on the top of our crypto news website, and totally love having it as part of our layout on desktop, but would like to hide the streaming widget on mobile devices (<600px) and instead direct mobile users to crypto resources page where the fixed widget version of your plugin is integrated in the web page. I added custom CSS:

    @media only screen and (max-width: 600px){.ccpw-container .ccpw-ticker-cont .ccpw-header-ticker-fixedbar{display:none !important;}}

    But this didn’t accomplish the purpose. Is there a better way you could suggest?

    Thank you in advance!

Viewing 1 replies (of 1 total)
  • Plugin Author Satinder Singh

    (@satindersingh)

    Just one issue inside your css, you are adding space before dots, please use this custom css:-

    @media only screen and (max-width: 600px){
    .ccpw-container.ccpw-ticker-cont.ccpw-header-ticker-fixedbar{display:none !important;}
    }

Viewing 1 replies (of 1 total)
  • The topic ‘‘Display:none’ on Mobile?’ is closed to new replies.