Page 1 of 1

Center

Posted: 16 Nov 2011, 03:24
by martin123456
Top stats 1.0.5 version

Stoker is there any way to center the controls on the index page so the scroll control is in the center as opposed to the right ?

I added a center code but it failed.

Center

Posted: 16 Nov 2011, 07:29
by Stoker
Open recent_active_body.html
Find:

Code: Select all

<div style="text-align:right;
Replace with:

Code: Select all

<div style="text-align:center;

Center

Posted: 16 Nov 2011, 10:25
by martin123456
Cheers i was in the wrong file lol.