Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #204003

    Hi do i modify only the size of the comment box i want to make it bigger

    thanks

    #204007

    Hey jacquesfriggieri!

    You can use following code to increase the textarea size of the comment box

    
    #top .comment-form-comment textarea {
    width: 97%;
    }
    

    By default the width is set to 92%. Insert the css code into the quick css field or into your child theme style.css file.

    Cheers!
    Peter

    #204011

    perfect thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘comment box size’ is closed to new replies.