Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Jul 31, 2020 4:48 am
Hi,
What is the CSS to remove the bubble from mobile? And the CSS to remove bubble from tablet.
Thanks!
1 Reply
Jul 31, 2020 4:54 am
Hi @jasonpel
Try this:
@media screen and (max-width:1024px){
#wpd-bubble-wrapper{display:none;}
}
Make sure you're checking the change using incognito/private session of mobile/tab browsers. they have a hard cache so you cannot see the change immediately.