Site logo

[Resolved] How to align email field to left

Home Forums Support [Resolved] How to align email field to left

Home Forums Support How to align email field to left

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #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

    #668139
    David
    Staff
    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%;
    }
    #675393
    achmad

    Thanks 🙂

    #675422
    David
    Staff
    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.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.