XF 1.1 Limit signature size ?

  • Thread starter Thread starter account8226
  • Start date Start date
A

account8226

Guest
Any way to limit the number of lines on a signature on my forum ?

Best regards !
 
Yeah I got it working now, I needed "overflow: hidden" on there.
Also I had to format this:
Code:
.signature {
  max-height: 150px;
  opacity: 0.6;
}
Like this:
CLPH


Edit: Oh and I needed to add "overflow: hidden" to the preview of course.
 
Yeah, the extra CSS in style properties just adds in extra css in the rule the style property is defined for, you don't need the opening and closing brackets there. If you don't see any changes in the opacity, you can either reduce it or remove it.
 
Top Bottom