Quote:
Originally Posted by thetechgenius
Is there any way to make the Box smaller? I think it looks to big when there is only a single line of text for the reason.
|
Sure, first mark the mod as installed, then open the file,
ozzmodz_t_closed_reason.css, under the group,
CSS Templates and find this bit of code:
Code:
.ct_block{
padding: 10px 0px 10px 0px;
}
And change it to this:
Code:
.ct_block{
padding: 10px 0px 10px 0px;
width:700px;
}
Adjust the
700 as needed.