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

[Solved] Comment Bubble Position

2 Posts
2 Users
0 Reactions
55 Views
Posts: 9
Topic starter
(@samanthadigital)
Active Member
Joined: 1 year ago

Hi! I am trying to adjust the position of the comments bubble because on mobile, its hidden behind my cookie pop up. I tried to follow this thread but it wasn't working for me: https://wpdiscuz.com/community/troubleshooting/comment-bubble-position/

the website is https://bakecookrepeat.com/recipe/double-chocolate-muffins/  

 

thank you!!

2024 08 24 09 04 13
1 Reply
Asti
Posts: 7473
 Asti
Support
(@asti)
Illustrious Member
Joined: 7 years ago

Hi,

If you want to change the position of the bubble only on mobile devices please use this CSS code: 

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

If you want to move for all kinds of devices, then this CSS code should be used: 

#wpd-bubble-wrapper {
       bottom: 300px !important;
}

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

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

Don't forget to delete the caches before checking.

Additionally, please try in incognito mode if you're checking on mobile devices. Because mobile browsers have a hard cache, you'll not be able to see the change immediately.

Share: