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.