SRobbins1977
02-05-2013, 11:00 PM
Ever wanted to limit the size of your forums signature box with out having to install a whole new mod? With this mod, it's simple instructions to do it on your own. This mod is for vBulletin 4.x.
Once installed your signatures will be limited to a scrolling box at the size of your choosing.
Install Process:
AdminCP > Styles & Templates > Search in Templates > Search for Text > postbit.css
In results under CSS Templates double click postbit.css
Find .signature { on the page
Add these lines before the }:
max-height: 300px;
overflow: auto;
padding: 5px;
Now your signatures are limited to 300px, change the max-height value as desired. Mark as installed and let me know if you have troubles. Thank you.
WARNING: For some reason on my template anything below 140px causes the Multi-Quote text to appear and wrap funny. However on the default vBulletin install it looked fine. So play with the numbers a bit.:)
Once installed your signatures will be limited to a scrolling box at the size of your choosing.
Install Process:
AdminCP > Styles & Templates > Search in Templates > Search for Text > postbit.css
In results under CSS Templates double click postbit.css
Find .signature { on the page
Add these lines before the }:
max-height: 300px;
overflow: auto;
padding: 5px;
Now your signatures are limited to 300px, change the max-height value as desired. Mark as installed and let me know if you have troubles. Thank you.
WARNING: For some reason on my template anything below 140px causes the Multi-Quote text to appear and wrap funny. However on the default vBulletin install it looked fine. So play with the numbers a bit.:)