The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Comment Bubble Hidd...
 
Share:
Notifications
Clear all

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

3 Posts
2 Users
1 Likes
341 Views
Posts: 2
Topic starter
(@dailynous)
New Member
Joined: 9 months 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: 7128
 Asti
Support
(@asti)
Illustrious Member
Joined: 6 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: 2
Topic starter
(@dailynous)
New Member
Joined: 9 months ago

That worked. Thank you very much!

Share: