Notifications
Clear all

Move or change dots progress bar

2 Posts
2 Users
0 Likes
1,269 Views
(@bprado)
Active Member
Joined: 8 years ago
Posts: 12
Topic starter  

Hello because my theme (Divi) its almost imposible to see the dots progress bar when the user post a comment, how i can move that progress bar to the middle, or make a bigger animation with squares or bigger dots?


   
Quote
Arina
(@arina)
Support Team
Joined: 10 years ago
Posts: 101
 

Hi @bprado,

I’m sorry, but there is no any option to change the position of the Loading bar.
I suggest you use the following CSS code, that allows moving the loading bar to the center of the page:

.wpdiscuz-loading-bar-auth {
    top: 50%;
    left: 50%;
}  

The CSS code must be added in Dashboard > Comment > Settings > “Custom CSS Code” textarea.


   
ReplyQuote
Share:
Scroll to top