The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Do not see the diff...
 
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.

 

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

3 Posts
2 Users
1 Reactions
683 Views
Posts: 2
Topic starter
(@astahov006)
New Member
Joined: 1 year 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: 8075
 Asti
Support
(@asti)
Illustrious Member
Joined: 8 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: 1 year ago

Hello Asti!

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

Regards, Alex

Share: