[Resolved] Mailchimp for WordPress Sign-up Form (Blok)

Home Forums Support [Resolved] Mailchimp for WordPress Sign-up Form (Blok)

Home Forums Support Mailchimp for WordPress Sign-up Form (Blok)

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1299220
    Fekry

    Hi there
    In Mobile view, submit button of Mailchimp for WordPress Sign-up Form (Blok) is less width than the fields.
    WhatsApp Image 2020-05-24 at 3.50.59 PM.jpeg
    Could you kindly help to fix it?
    Please note: I use this CSS:
    .sidebar .mc4wp-form input[type=submit],
    .sidebar .mc4wp-form input[type=text],
    .sidebar .mc4wp-form input[type=email] {
    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

    #1299494
    Leo
    Staff
    Customer Support

    Hi there,

    That’s the one in the content right?

    #1299633
    Fekry

    Yeah

    #1299818
    Leo
    Staff
    Customer Support

    Try editing this CSS:

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

    to this:

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

    I’ve used this CSS:
    .mc4wp-form input[type=submit],
    .mc4wp-form input[type=text],
    .mc4wp-form input[type=email] {
    width: 86%;

    It works for mobile view, but now I want to fix it for desk top and ipad view.
    May you please check URL in the original post and help me?
    thanks

    #1304044
    Leo
    Staff
    Customer Support

    You can use media query to target your CSS to different screen width:
    https://docs.generatepress.com/article/responsive-display/#responsive-breakpoints

    #1304181
    Fekry

    It works, thanks Leo.

    #1304342
    Leo
    Staff
    Customer Support

    No problem 🙂

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