Black Friday sale! Get up to 25% off GP Premium! Learn more ➝

[Support request] newsletter form css

Home Forums Support [Support request] newsletter form css

Home Forums Support newsletter form css

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #413179
    Halil

    hi,

    I have a form on my left side bar for subscription, and I want to size both “email” and “subscribe” fields, so that they are equal in lenght and their lengnt is almost as wide as left side bar. I also would like to decrease spacing between them .

    would u pls help with the css

    #413248
    Leo
    Staff
    Customer Support

    Hi there,

    E-mail width:

    input[type=email] {
        width: 400px;
    }

    Button width:

    input[type=submit] {
        padding: 10px 140px;
    }

    Spacing:

    .mc4wp-form-fields p {
        margin-bottom: 0.5em;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.