Forums
Forums / Fixing WordPress / Reply Form.
(@chanarmstrong)
16 years, 8 months ago
Hi guys, Can anyone please help me. I want to change the width of the reply form. The generated post part.
http://www.sandpitcrew.com/wordpress/?p=34&cpage=1#comment-61
Thank You.
(@esmi)
The overall form is already as wide as it can be. However, you can increase the width of the textarea by editing style.css:
textarea#comment { height:100px; width:500px; }
and removing width:500px;.
width:500px;
16 years, 7 months ago
THANK YOU!!!
The topic ‘Reply Form.’ is closed to new replies.
(@chanarmstrong)
16 years, 8 months ago
Hi guys,
Can anyone please help me.
I want to change the width of the reply form. The generated post part.
http://www.sandpitcrew.com/wordpress/?p=34&cpage=1#comment-61
Thank You.