MyBB Community Forums

Full Version: Expand Thread Subjext text area box
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello guys ,

May i know How to expand the Thread Subject Text area When Posting New thread.

Screenshot :

[attachment=29019]
You can change the input field styling in your newthread template.
Are you familiar with html and css?
(2013-04-17, 11:46 AM)WebDevandPhoto Wrote: [ -> ]You can change the input field styling in your newthread template.
Are you familiar with html and css?

Yeah a little bit.

Edit :

I have found it anyway.
I just had to change Size="value"

<td class="trow2">{$prefixselect}<input type="text" class="textbox" name="subject" size="80" maxlength="85" value="{$subject}" tabindex="1" /></td>

Thanks Anyway.
Cool, then you'll be fine... it's in your newthread template in admin cp for your theme. TO pin point it inspect your web page for the html code and compare it to what's in the newthread template. If there's a width percentage or pixel amount adjust it accordingly. If there's a class then adjust that class accordingly to your liking. Smile