Archived topic
Move Email Field Next to Name Field
3 replies · Started by Rizki on July 18, 2018
Viewing posts 1–4 of 4
Hi there,
How to move an email field next to the name field like this ( without url field because i've hidden it ) : https://www.dropbox.com/s/9wtp3qcr9q129g7/Image%20001.jpg?dl=0
Hi there,
Try this CSS:
.comment-form #author, .comment-form #email {
display: inline-block;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
It's works :) Thanks
No problem :)
This archived topic is closed to new replies.