Viewing 6 replies - 1 through 6 (of 6 total)
  • You’ve got this:
    <textarea tabindex="4" rows="7" cols="20" id="comment" name="comment"/>

    and the ‘cols’ is defining the width of the textarea. That’s prolly why you don’t see any results from changing the css properties. Try cols=”15″, then dial it in?

    Thread Starter jonas20

    (@jonas20)

    Hi Yosemite,

    I now have this:
    <textarea name=”comment” id=”comment” cols=”15″ rows=”7″ tabindex=”4″></textarea>

    But that didn’t change the size of the box (IE still not happy).

    – Jonas

    Weird… Looking again,

    Change your cols back to 20 ;’)

    You can try this ‘hack’: Below #inputbox in your style.css, add the following

    #inputbox textarea {width:405px;}

    Then check in IE?

    Thread Starter jonas20

    (@jonas20)

    Very, very good. Thanks a lot, Yosemite.

    – J

    Welcome!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Change size of comment box (Rin theme)’ is closed to new replies.