ElkArte Community

Project Support => General ElkArte discussions => Topic started by: Jorin on February 12, 2014, 03:23:31 am

Title: gamercards in signature are smaller than expected
Post by: Jorin on February 12, 2014, 03:23:31 am
Hi,

a lot of questions from me the last days, sorry.  O:-)

I added a PSN gamercard to my signature, but it seems the gamercard is smaller then expected and smaller then in other forums. See for yourself:

http://fairflixxt.de/index.php?topic=2.0

Can I change this?

Edit: Image size in signatures is set to 1024 width and 800 height.
Title: Re: gamercards in signature are smaller than expected
Post by: TE on February 12, 2014, 04:38:37 am
ah, that's due to the max-width we have in the CSS  for the BBC_links..

in index. css the a.bbc_link is currently set to max-width: 24em;
Try to replace it with max-width: 100%;


I'll send a fix to the repo later this day..