Sep 27, 2020 6:40 pm
What css style should I use to move the loading animation to show on the center of the page as opposed to the top right corner?
1 Reply
Sep 28, 2020 7:37 am
Hi @adri,
You can use this CSS code:
div#wpdiscuz-loading-bar {
top: 50% !important;
left:50% !important;
}
The red marked values can be changed as you like.
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.