Is there any option to limit the signature size of members?
4 posters
Limiting Signature Size
ShinyTwinky69- Forumember
- Posts : 35
Reputation : 1
Language : English/Spanish
Location : El Paso, Texas, United States
- Post n°2
Re: Limiting Signature Size
I don't think so, sorry. However, why would you like to limit the size of members signatures, I rather appreciate that signatures don't have a limit, not that they will be spammed.
Empire_1- Active Poster
- Posts : 1391
Reputation : 125
Language : English, Spanish, Mandarin, C++
Location : Summoner's Rift
- Post n°3
Re: Limiting Signature Size
Hi,
Add this to your AP >> Display >> Colors >> CSS
Replace the x & y in the code with your numbers
Add this to your AP >> Display >> Colors >> CSS
- Code:
.signature_div img {
max-width: Xpx; max-height: Ypx;
}
Replace the x & y in the code with your numbers
jay8393- New Member
- Posts : 6
Reputation : 1
Language : English
- Post n°4
Re: Limiting Signature Size
Well, what do you know? It worked! Thanks!Empire_1 wrote:Hi,
Add this to your AP >> Display >> Colors >> CSS
- Code:
.signature_div img {
max-width: Xpx; max-height: Ypx;
}
Replace the x & y in the code with your numbers
Base- Forumaster
- Posts : 10383
Reputation : 1695
Language : English and French
Location : United Kingdom, England
- Post n°5
Re: Limiting Signature Size
Problem Solved: | Glad your problem is solved; topic marked as solved and archived. |