MyBB Support

Stats

Submitted by linkzy, , Thread ID: 1269

Thread Closed
12-02-2015, 11:57 PM
#1
hello i wanna make my stats looks something liek this

[Image: qBPdexU.png]


normally its like this

[Image: 5f9WJKh.png]


Codes -

index_stats


PHP Code:
</td>
<
tr>
<
td class="trow1"><span class="smalltext">
<
div class="statsp"><p>{$stats['numposts']} - Posts</p></div>
<
div class="statsp"><p>{$stats['numthreads']}Threads</p></div>
<
div class="statsp"><p>{$stats['numusers']}Users</p></div>
<
div class="statsp"><p><a href="#">{$newestmember}</a>Newest User</p></div>
<
div class="statsp"><p>{$recordcount}Most Online</p></div>

</
span>

</
tr


css


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


thx
| A | v4hl| Addicted | Senpai | Sui | Sensei | H | fdigl |


RE: Stats

#2
I can't see any differenece

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;
}

RE: Stats

OP
#4
Again my post is deleted leave it ill do it myself :@
| A | v4hl| Addicted | Senpai | Sui | Sensei | H | fdigl |



Users browsing this thread: 2 Guest(s)