Viewing 4 replies - 1 through 4 (of 4 total)
  • Anonymous User 9782929

    (@anonymized-9782929)

    It should show fine on a responsive site. What’s the URL?

    Thread Starter mattisaia

    (@mattisaia)

    It does show great on our responsive site, however on a mobile it takes up a lot of the screen. We have a custom ‘Call To Action Image’. Can this be hidden when viewed from a mobile?

    Our site is under development at the moment. We should be going live today. Once it is live I will post the URL.

    Thanks.

    Anonymous User 9782929

    (@anonymized-9782929)

    You should be able to hide by adding this to your theme’s CSS file:

    @media (max-width: 600px) {
      .cta_online_image, .cta_offline_image { display: none !important; }
    }
    Thread Starter mattisaia

    (@mattisaia)

    Legend!

    Thanks mate.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove chat on mobiles?’ is closed to new replies.