Hello,
Congrats on the new version of the plugin, it's the best version released so far, and also the best commenting solution for WordPress at the moment.
I have a small inconvenience, the comments Bubble falls on top of the OneSignal plugin bell icon at any article at https://deepinenespañol.org this only happens in mobile though.
How could I move it slightly higher so it doesn't do that?
Regards.
Thank you @eli,
Below is provided a CSS code that will help you to solve the issue:
@media screen and (max-width: 600px){
#wpd-bubble-wrapper {
bottom: 120px;
}
}
You can change the red marked value as you like.
Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it and delete all caches and check again.
Also, please try on 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.