The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Do not see the diff...
 
Share:
Notifications
Clear all

Bug [Solved] Do not see the difference between comment bubble content left and left coner location

3 Posts
2 Users
1 Likes
131 Views
Posts: 2
Topic starter
(@astahov006)
New Member
Joined: 2 months ago

Hello!

Thank you for such a good wp plugin. I met small issue however.

 I choose content left comment bubble location but it locates in the left corner. There is no difference. I have gtranslate widget in the left corner and it overlaps the comment bubble but only on mobile phone in vertical position.

Can it be corrected?

Regards, Alex

2 Replies
Asti
Posts: 7149
 Asti
Support
(@asti)
Illustrious Member
Joined: 6 years ago

Hi,

Please use the cSS code below:

@media screen and (max-width: 600px){
   #wpd-bubble-wrapper.wpd-left-corner{
       bottom: 80px !important;
       left: 25px !important;
   }
}

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

Put 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.

Important: 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.

Posts: 2
Topic starter
(@astahov006)
New Member
Joined: 2 months ago

Hello Asti!

Thank you for excellent support! You've helped me.

Regards, Alex

Share: