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
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.
Hello Asti!
Thank you for excellent support! You've helped me.
Regards, Alex