Hi ๐ย
at my website there is no difference when I set the comment bubble location to the left corner or left content.ย
I would really love to have a bit more up on the left side ๐ย
u can see here -> https://baeren-deals.de/2020/10/12/elegiant-smartwatch/
(scroll down to the see the problem)
at the moment it is set to content left. but as u can see its like corner left. unfornatley it collides with the previous and next image...
ย
hope u can help meย
greetsย
Maxย ย
I'd suggest you move the comment bubble icon bit higher. Please try the CSS code below:
@media screen and (max-width: 600px){
#wpd-bubble-wrapper {
bottom: 132px;
}
}
#wpd-bubble-wrapper {
bottom: 132px;
}
Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, 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.