Home › Forums › Support › comment section placeholders This topic has 1 reply, 2 voices, and was last updated 5 months, 1 week ago by David. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts October 10, 2022 at 12:33 am #2368393 Manideep I have removed the Website URL placeholder from the common section. Name and email placeholder are up and down, but I need name and email placeholders side by side like the reference website I have shared below. I want my website’s common section to look like a reference website I have shared. reference website: https://tinyurl.com/2mbfleo3 Thank You. October 10, 2022 at 3:55 am #2368550 DavidStaff Customer Support Hi there, try adding this CSS: .comment-form { display: flex; flex-wrap: wrap; justify-content: space-between; } .comment-form :not(input) { flex: 1 0 100%; } .comment-form input { flex-basis: calc(50% - 5px); } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In