Legacy Game wrap stats all in line

Status
Not open for further replies.

Freekoid

Customer
I think it would look neater if the gamenames wrap were all in line.

a3pceo.jpg


Maybe my OCD..
 
Upvote 0
This suggestion has been closed. Votes are no longer accepted.
I was able to get this sorta sorted with the Game Title Teaser Length set to the default 25 characters.

In DragonByte Tech: vBArcade Templates/dbtech_vbarcade_home

Find this, Their is two instances of this in the template, one for Latest Champions and one for Latest Scores:

HTML:
<div class="table" style="width: 100%;">
        <div class="tr" style="width: 100%;">
            <div class="td blocksubhead" style="">Game</div>
            <div class="td blocksubhead" style="">Player</div>
            <div class="td blocksubhead" style="width: 15%;">Score</div>
            <div class="td blocksubhead" style="width: 25%;">Date</div>
        </div>

And change both instances of it to this:

HTML:
<div class="table" style="width: 100%;">
        <div class="tr" style="width: 100%;">
            <div class="td blocksubhead" style="width: 35%;">Game</div>
            <div class="td blocksubhead" style="width: 35%">Player</div>
            <div class="td blocksubhead" style="width: 13%;">Score</div>
            <div class="td blocksubhead" style="width: 22%;">Date</div>
        </div>

End result is this:

14e6be903866f9.png


Versus old look:

14e6be903eee74.png
 
The percentages will not help you if you shrunk the page.

However, im not sure i want to bother fixing this :-/ the next beta will devote more space to the center though, which should give your titles more room to stay on one line.
 
Status
Not open for further replies.

Legacy vBArcade

vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
901
Customer rating
0.00 star(s) 0 ratings
Back
Top