Anyone else seen this? See link - but it’s the edge of an extra non-existent deck to the right of two proper ones. Seems to be a constant for this particular area. Was wondering if maybe it was to do with the length of the deck name (it goes to as far as I’ve blacked out - we’ve shortened it once already, but maybe not enough?)?
[quote=babelfishwars]Anyone else seen this? See link - but it’s the edge of an extra non-existent deck to the right of two proper ones. Seems to be a constant for this particular area. Was wondering if maybe it was to do with the length of the deck name (it goes to as far as I’ve blacked out - we’ve shortened it once already, but maybe not enough?)?
Anyway - anyone seen this/know what causes it/got a work around? edited by babelfishwars on 9/22/2014[/quote]
It is indeed a problem with the length of the deck name. The deck graphic is actually a CSS background, and a long name forces the container to be wide enough that the background starts to repeat. Luckily for you, I’ve already made some custom CSS to work around it:
This will make the deck name go onto two lines if it’s too long, instead of spreading out to the right. I included a reduced font size as well, but you can always remove that if it doesn’t suit you. It’s the width that’s the important part.