• Resolved 2headedboy

    (@2headedboy)


    I’m not the most technical wordpress guy around so this may be a simple fix, but I just can’t figure it out.

    If you have a minute to go to balancemybrain.net and click on a comment link, you’ll see the comment box is way too narrow and definitely not user-friendly.

    I’ve played around with plugins and setting to no avail. Your help would be greatly appreciated!

Viewing 2 replies - 1 through 2 (of 2 total)
  • I saw it. Open up your theme’s comments.php and change the cols="5"to cols="100%" (or whatever) like so:
    from
    <textarea name="comment" id="comment" cols="5" rows="10" tabindex="4"></textarea>
    to
    <textarea name="comment" id="comment" cols="100%" rows="10" tabindex="4"></textarea>
    Good luck.

    Thread Starter 2headedboy

    (@2headedboy)

    mercime, thank you very much. Worked wonderfully. I can now move on with my life…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘My comment box has shrunk and I can’t unshrink!’ is closed to new replies.