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.
Bubble and Bubble comment counter are misaligned after wpDiscuz setup wizard:
Address:
https://www.shmua.com/newblog/455-2/
Â
It seemed to be fixed if this style is removed(Tried manually in chrome devtools):
- /* left: 10px !important; */
Just use the following CSS code to solve the issue:
@media screen and (max-width:1024px){ #wpd-bubble-wrapper{ left: auto !important; } }
Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again.
Please don't forget to press Ctrl+F5 (twice) on the frontend before checking.
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.