lukeer31
Member
Hi there, i have been attempting to limit the signature size on my forums, however it has need been working.
In my EXTRA.css template i have added the following
However it does not limit the size, signatures can still be huge as normal, which is what i am trying to stop. Any help would be much appreciated.
Thanks
Luke
In my EXTRA.css template i have added the following
HTML:
.message .signature{
max-height: 150px !important;
overflow-x: auto !important;
overflow-y: auto !important;
}
.message .signature .bbCodeImage {
max-height: 100px !important;
max-width: 200px !important;
}
However it does not limit the size, signatures can still be huge as normal, which is what i am trying to stop. Any help would be much appreciated.
Thanks
Luke