CSS to remove bubbl...
 
Share:
Notifications
Clear all

[Solved] CSS to remove bubble from mobile and tablet

2 Posts
2 Users
0 Likes
675 Views
Posts: 35
Topic starter
(@jasonpel)
Trusted Member
Joined: 4 years ago

Hi,

What is the CSS to remove the bubble from mobile? And the CSS to remove bubble from tablet.

Thanks!

1 Reply
Tom
Posts: 494
 Tom
Support
(@tomson)
Honorable Member
Joined: 8 years ago

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.

Share: