The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Comment bubble coun...
 
Share:
Notifications
Clear all

Comment bubble counter misaligned

2 Posts
2 Users
0 Likes
798 Views
Posts: 7
Topic starter
(@jaqumo)
Active Member
Joined: 3 years ago

Bubble and Bubble comment counter are misaligned after wpDiscuz setup wizard:

9 8 98

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 {
  1. /* 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
Asti
Posts: 7145
 Asti
Support
(@asti)
Illustrious Member
Joined: 6 years ago

@jaqumo,

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.

Reply
Share: