Archived topic
How to Inline the Name and Email in the Comment Form?
3 replies · Started by Jericho on October 27, 2019
Viewing posts 1–4 of 4
Hi GP Support,
Can you guys please help me with some CSS code to customize the comment form?
What I want to achieve: http://prntscr.com/poyfqv (screenshot of Kinsta comment form)
Thanks very much! :)
Hi there,
try this CSS:
.comment-form {
display: flex;
flex-wrap: wrap;
}
.comment-form-comment {
width: 100%;
}
.comment-form #author, .comment-form #email {
width: 48%;
}
.comment-form #author {
margin-right: 2%;
}
.comment-form #email {
margin-left: 2%;
}
Thanks David! :)
Glad to be of help
This archived topic is closed to new replies.