Bug Game description text does not wrap correctly

Status
Not open for further replies.

Trekkan

Customer
So I cheated and removed the access check to view the games. ;) Anyway, it won't let me play them still (which is a good thing), but I was able to at least view the main page. On that page, you can see that I think the text should be wrapping around the game icon, as well as on the one game, the container for it (the one in the middle) drops down below all of the others on the page. This is due to the extra long title of the game it appears.

Arcade - Dark Hand of Valor Forums.webp
 
Guess I should put in a max title option too then. As for description Ill have to play around with my css.
 
I added the setting. as for the description, edit dbtech_vbarcade_headinclude and find

HTML:
div.arcade_game_panel p
{
    float: $stylevar[left];
    width: 165px;
    margin: 0 0 5px 10px;
}

replace with

HTML:
div.arcade_game_panel p
{
    margin: 0 0 5px 60px;
}
 
All of your descriptions are positioned beautifully! What browser and version are you using?

The title still wraps, but thats because the setting isnt in the first beta.
 
Ok, it's good. =) I am CSS stupid and thought your CSS changes would somehow make the title not wrap or something and thus cut it off visually. You can close this, we're good. =)
 
Status
Not open for further replies.

Legacy vBArcade

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