Notifications
Clear all

[Solved] Place loading-bar more centrally

3 Posts
2 Users
2 Likes
383 Views
Posts: 2
Customer
Topic starter
(@alfred-klut)
Member
Joined: 4 years ago

Hey guys,

can the loading-bar, which only appears very small in the top right corner after uploading media and when posting, be placed more centrally and conspicuously?
Currently, it's not very present and can be easily overlooked. Especially in the desktop view.

And perhaps with a more appealing spinner.

Thank you.

 

2 Replies
Astghik
Posts: 5915
Admin
(@astgh)
Illustrious Member
Joined: 6 years ago

Hi @alfred-klut,

You can use the CSS solution below:

#wpdiscuz-loading-bar {
   top: 50% !important;
   right: 50%;
}

Put the code in the "Custom CSS code" textarea, located in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page.

Don't forget to delete the caches before checking

Posts: 2
Customer
Topic starter
(@alfred-klut)
Member
Joined: 4 years ago

Hi @astgh

This works perfectly.
Thanks for the quick help.

Share:
Scroll to top