Center

Download and support for PhpBB3 Top Stats Mod
Locked
User avatar
martin123456
BBCoder VI
BBCoder VI
Posts: 765
Joined: 25 Jul 2011, 13:29
BBCodes: 34
Favourite MOD: Ban button
Location: Down south!
Contact:

Center

Post 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.
User avatar
Stoker
Site Admin
Site Admin
Posts: 3536
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Center

Post 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;
Board rules! No PM support
User avatar
martin123456
BBCoder VI
BBCoder VI
Posts: 765
Joined: 25 Jul 2011, 13:29
BBCodes: 34
Favourite MOD: Ban button
Location: Down south!
Contact:

Center

Post by martin123456 »

Cheers i was in the wrong file lol.
Locked