So I hear there's a code so I can limit the size of user(s) signature pictures. What exactly is the code and where exactly do I put this code in?
2 posters
code for limiting Signature size
Grungie- New Member
- Posts : 21
Reputation : 0
Language : English
- Post n°1
code for limiting Signature size
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
- Post n°2
Re: code for limiting Signature size
Hi Grungie,
AP > Display > Colors > CSS and try this
Replace the 15px with your desired sig size
AP > Display > Colors > CSS and try this
- Code:
.signature_div img {
max-width: 15px;
}
Replace the 15px with your desired sig size
Grungie- New Member
- Posts : 21
Reputation : 0
Language : English
- Post n°3
Re: code for limiting Signature size
It worked, thank you!
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
- Post n°4
Re: code for limiting Signature size
Welcome.
Locked
Locked