Notifications
Clear all
Topic starter
10/12/2018 1:03 am
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?
10/12/2018 1:18 pm
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.