How do I move comments form fields below the comments text fields? I want to move the words (author name, email and website) above the boxes.
How do I move comments form fields below the comments text fields? I want to move the words (author name, email and website) above the boxes.
You will need to start customising your theme's CSS - possibly via a child theme.
I have found a solution:
add some CSS to style.css:
#commentform input { display: block; }
You must log in to post.