Home › Forums › Support › How to align email field to left This topic has 3 replies, 2 voices, and was last updated 7 years, 6 months ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts September 4, 2018 at 12:35 am #668061 achmad I import wordsmith style from sitelibrary. But the align of email field of the comment form is center. I want to align email field to left. How to do that? I used to use genesis framework. Below is the screenshot https://imgur.com/a/3Q4ne6p Thanks September 4, 2018 at 3:07 am #668139 DavidStaff Customer Support Hi there, can you go into the Customiser > Additional CSS and look for this code: /* mailchimp form width */ .mc4wp-form input[type=submit], input[type="email"] { text-align: center; width: 100%; } and replace it with this: /* mailchimp form width */ .mc4wp-form input[type=submit], .mc4wp-form-fields input[type="email"] { text-align: center; width: 100%; } September 12, 2018 at 7:14 am #675393 achmad Thanks 🙂 September 12, 2018 at 7:41 am #675422 DavidStaff Customer Support You’re welcome. Just to note the Wordsmith Site has been patched now. So any future sites you build using Wordsmith won’t have this problem. Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In