Hi,
What is the CSS to remove the bubble from mobile? And the CSS to remove bubble from tablet.
Thanks!
Hi,
What is the CSS to remove the bubble from mobile? And the CSS to remove bubble from tablet.
Thanks!
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.