NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on March 21, 2017, 08:28:48 AM
-
NT8.71
Can I set the spinning wheel to be horizontally and vertically centered on the screen?
How?
Thanks
-
the position is controlled via CSS.
so you could add something like this to your CSS;
.nt-busy {
top: 50%;
left: 50%;
}
cheers
Bruce