MyBB Support

Stats

Submitted by linkzy, , Thread ID: 1269

Thread Closed

RE: Stats

#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)