[Resolved] Submit button of Mailchimp form

Home Forums Support [Resolved] Submit button of Mailchimp form

Home Forums Support Submit button of Mailchimp form

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1298067
    Fekry

    Hi there
    In Mobile view, submit button of Mailchimp subscribe form (in sidebar) is more width than the fields. My you help me please?
    https://www.screencast.com/t/UkYRWppo

    Note: I use this CSS:
    }
    .sidebar .mc4wp-form input[type=”submit”] {
    width: 100%;
    }
    .entry-content .mc4wp-form input[type=”submit”] {
    width: 275px;
    }
    .mc4wp-form input[type=”text”], .mc4wp-form input[type=”email”] {
    background-color: #303030;
    }

    thanks

    #1298360
    Leo
    Staff
    Customer Support

    Hi there,

    Edit

    .sidebar .mc4wp-form input[type=”submit”] {
        width: 100%;
    }

    to this:

    .sidebar .mc4wp-form input[type=submit], 
    .sidebar .mc4wp-form input[type=text],
    .sidebar .mc4wp-form input[type=email] {
        width: 100%;
    }
    #1299082
    Fekry

    It works,thanks.

    #1299567
    Leo
    Staff
    Customer Support

    No problem 🙂

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