• hey everyone i own a site called spartanspot.com and i was wondering if there was a way to make the comment box smaller. or even better turning the comment box into a list where the user could select 1 option

Viewing 1 replies (of 1 total)
  • comments.php inside your themes folder is where you would make changes.

    changing input sizes
    <textarea name="comment" id="comment" cols="100%" rows="10" tabindex="4"></textarea>

    cols= width
    rows= height

    or you can turn off comments under general settings, discussion in admin

Viewing 1 replies (of 1 total)
  • The topic ‘CHANGING COMMENT BOX SIZE? PLEASE’ is closed to new replies.