News:

Want to get involved in developing SMF? Why not lend a hand on our GitHub!

Main Menu

Increasing the size of the text area for posting

Started by rotinhellorg, June 05, 2009, 05:01:27 PM

Previous topic - Next topic

rotinhellorg

I would really like to increase the num lines of the text area on my board for posting, but I'm not sure how to go about this.  I've tried to locate the file myself, but I'm not sure whether that is controlled by the theme or the standard files.

I am using 1.1.9 with a template called Warzone.

shadow82x

#1
Try this

In ../Themes/{your_theme}/style.css
Find
.editor
{
   width: 96%;
}


Make it
.editor
{
   width: 96%;
   line-height: 30px;
}

Than adjust the 'line-height' in px to your desired height. :)

You may alternately wish to take a look at the mod Increase/Decrease Postbox Size.
Colin B
Former Spammer, Customize, & Support Team Member

rotinhellorg

I started to do the first thing you suggested but I didn't want EVERY text box giant.  The Mod, however, works PERFECT!  THANK YOU!!

Advertisement: