Forums

Join
bbPress Support ForumsTroubleshootingChange size of posting box

Info

Tags

Change size of posting box

  1. Hello,

    I'd like to be able to change the size of the box where you first make your post, and also where you edit the post.

    Is there a simple way to do this?

    Thank You

  2. OK so I found out that in the style.css you can change it but, that changes both the post and edit box at the same time. Would I have to just edit them separately in their page.php?

  3. An easy way to do it is Find and Replace 724px to what size you need on style.css

    which are these lines:

    .postform textarea {
    width: 724px;
    max-width: 724px;

    .postform #tags-input {
    width: 724px;

  4. thank you very much!

  5. This topic is closed