You can add css without modifying the code. Try this in your custom css:
#commentform input {width:427px; margin-right:10px}
#commentform label {margin-left:10px}
#commentform div {margin:10px 0}
#commentform input[type="submit"] {height:30px}
If your theme does not have a setting where you can enter custom css, you can use a plugin like this one:
https://ww.wp.xz.cn/plugins/simple-custom-css/
oh thank you.. I will try that and get back with you.
oh yes! This looks so much better now.
I will use the css from my contact form to make a few more adjustments regarding color, etc.
That was a big help.
Thanks so much!
Ann
http://gracechurchhouston.com/2013/12/10/chosen/
(@astephens)
10 years, 6 months ago
(working on a blank wp template created in a web design class last year)
I need to format the comment section for all blog posts and trying to locate where in the comment.php file that i should add the code so i can then add the css to make it look more like by contact page form:
Current unformatted comment section for blog post:
http://gracechurchhouston.com/2013/12/10/chosen/
(not sure why my name & email is in the form when i view it in FF)
Needs to look more like contact page form:
http://gracechurchhouston.com/contact/
Here’s the code from comment.php:
Thanks!