Site logo

Archived topic

newsletter form css

1 reply · Started by Halil on October 30, 2017

Viewing posts 1–2 of 2

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

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;
}
This archived topic is closed to new replies.