Also the footer has gotten smaller ! I don’t know why ! 🙁
Someone , Anyone ? … please 🙁
I’d greatly appreciate links to as solution as well !
The elements and divs in your WordPress one are different than the elements and divs in your plain html page. You need to edit your style.css file and/or your comments.php file. I’d also recommend validating your code as you have a few errors.
the commentform looks standard to me, unless you had some extra styling for it – look into tht html code in the browser (in IE use View Source for that) and see what classes or ids the comment fields are using; they could be different from what you had in your html file; then adapt your style.css accordingly.
the blue underlined ‘1 Response’ text for instance is .commentBox h2 a which is different from .commentBox h2 of your html example.
the footer is smaller because it is in the #content div instead of the #wrapper div – probably because the #content div was closed too early.
check the sequence of opening and closing divs in your files – it could be that a div should be opened in header.php and then closed in footer.php.
Thank You Very Much Guys 🙂
You really are kind and helpful 🙂 Thank You once again 🙂