MyBB Community Forums

Full Version: How do you make join group textbox bigger?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do you change the size of the join group text box?

It is just a line by default, but i would like it the same size as a thread textbox. Thanks
The template is in ACP > Templates & Style > usercp_usergroups_joingroup

<td class="trow1"><input type="text" class="textbox" name="reason" value="" size="50" /></td>

You could edit the size there or by changing the input.textbox in global css by adding something like height: 100px; but the later will likely change for many others things..