Skip to:
Content
Pages
Categories
Search
Top
Bottom

Change size of posting box

  • @ghettobsd

    Member

    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

Viewing 3 replies - 1 through 3 (of 3 total)
  • @ghettobsd

    Member

    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?

    @gerikg

    Member

    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;

    @ghettobsd

    Member

    thank you very much!

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Skip to toolbar