MyBB Support

Stats

Submitted by linkzy, , Thread ID: 1269

Thread Closed

RE: Stats

AndresXZ09
Closed Account
Level:
0
Reputation:
30
Posts:
1.22K
Likes:
139
Credits:
1.51K
13-02-2015, 01:42 AM
#3
He want it aligned to the left I guess.

Try to change

Code:
.statsp{
background:#313131;border-radius:3px;font-family:'Roboto';font-size:16px;padding:6px 10px;overflow:hidden;float:right;margin:0 7px;
}

To

Code:
.statsp{
background:#313131;border-radius:3px;font-family:'Roboto';font-size:16px;padding:6px 10px;overflow:hidden;float:left;margin:0 7px;
}

Users browsing this thread: 1 Guest(s)