The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
CSS to remove bubbl...
 
Share:
Notifications
Clear all

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.

 

[Solved] CSS to remove bubble from mobile and tablet

2 Posts
2 Users
0 Reactions
1,205 Views
Posts: 35
Topic starter
(@jasonpel)
Trusted Member
Joined: 5 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: 506
 Tom
Support
(@tomson)
Honorable Member
Joined: 10 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: