NetTalk Central

Author Topic: Spinning wheel position  (Read 2289 times)

Alberto

  • Hero Member
  • *****
  • Posts: 1861
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Spinning wheel position
« 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
-----------
Regards
Alberto

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11204
    • View Profile
Re: Spinning wheel position
« Reply #1 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