Tagged: , , ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #541770

    Hi

    I have added a chat widget on my site.

    Is there an eay way with CSS that I can hide the chat widget on max-widget: 480px?

    #541777

    Hi richardelectrix!

    Please add following code to Quick CSS

    @media only screen and (max-width: 480px) {
    div#dpchat_wrap { display: none !important; }}

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.