I changed the theme on this website approx. two weeks back and haven't even noticed these 3 major issue that I have... the website is in my signature, but I attach here 3 screenshots that explain my problems. Thanks in advance!
It's a premium theme, but I've customized it myself...anyhow I haven't changed anything in the comments section as this seems to be the error. PM'ed you.
It's set at 100%... so should be the same as the post div. I don't know why overflows then. <p><textarea name="comment" id="comment" cols="100%" rows="10" tabindex="4"></textarea></p>
Add this to your stylesheet and it should fix it (did on my browsers at least): textarea#comment { width: 100%; }
Thanks for all the help, I have found out the issue a few moments ago. As suspected it wasn't really a fault in the design. As it turned out, a plugin for wordpress was causing this issue, called paginated comments. I have disabled it and everything works normal now.