Jun 29, 2021 12:34 am
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):
#wpd-bubble-wrapper
- /* left: 10px !important; */
Should I bypass the error with css or is there a setting that solved it without overriding default behavior?
Thanks.
1 Reply
Jun 29, 2021 7:03 am
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.