Hi,
Can anybody please tell me how to resize the comment form.
I would like to resize the generated post?
I am using default kubrick theme.
http://www.sandpitcrew.com/wordpress/?page_id=10">
Hi,
Can anybody please tell me how to resize the comment form.
I would like to resize the generated post?
I am using default kubrick theme.
http://www.sandpitcrew.com/wordpress/?page_id=10">
hi in your theme's style.css line 719, change these settings
textarea#comment {
height:100px;
width:500px;
}
This topic has been closed to new replies.