The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Comment Bubble Hidd...
 
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.

 

Question [Solved] Comment Bubble Hidden By Footer Ad on Mobile

3 Posts
2 Users
1 Reactions
942 Views
Posts: 7
Topic starter
(@dailynous)
Active Member
Joined: 2 years ago

Is there a way to slightly raise the position of the wpDiscuz comment bubble when it is set to the "content left" position? I ask because I recently started running a small floating footer ad on my site, and on phone displays, the ad covers most of the comment bubble (see screenshot). One can still click/tap on the bubble, but I'd like it to be above the ad, rather than obscured by it. Thanks! 

IMG 8317

 

2 Replies
Asti
Posts: 8075
 Asti
Support
(@asti)
Illustrious Member
Joined: 8 years ago

Hi @dailynous,

Please use the CSS code below: 

@media screen and (max-width: 600px){
   #wpd-bubble-wrapper {
        bottom: 70px; 
   }
}

Put the code in the "Custom CSS code" textarea, located in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page.

The red-marked value can be changed as you like.

Don't forget to delete the caches before checking.

Posts: 7
Topic starter
(@dailynous)
Active Member
Joined: 2 years ago

That worked. Thank you very much!

Share: