NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on March 21, 2017, 08:28:48 AM

Title: Spinning wheel position
Post 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
Title: Re: Spinning wheel position
Post by: Bruce on March 22, 2017, 02:47:04 AM
the position is controlled via CSS.
so you could add something like this to your CSS;

.nt-busy {
    top: 50%;
    left: 50%;
}


cheers
Bruce