Hi,
I want to put a limit in signature size for my forum
I use phpBB3 version
I want to put a limit in signature size for my forum
I use phpBB3 version
Last edited by Empire_1 on September 26th 2011, 11:55 pm; edited 1 time in total
This is a Hitskin.com skin preview
Install the skin • Return to the skin page
.signature_div img {
max-width: Xpx; max-height: Ypx;
}
Nera. 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.