Info
- 4 posts
- 2 voices
- Started 1 year ago by ghettobsd
- Latest reply from ghettobsd
- This topic is resolved
Change size of posting box
-
- Posted 1 year ago #
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
-
- Posted 1 year ago #
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?
-
- Posted 1 year ago #
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; -
- Posted 1 year ago #
thank you very much!
-
This topic is
closed