Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #529262

    hello. i use a milchimp useletter input field at my blog. i want to make the input field much bigger and also the button to register.

    #529359

    Hey corneliaboehm!

    Looks like your site is under a maintenance mode plugin. Send us a login so we can check.

    Regards,
    Elliott

    #529398

    Sorry ;)

    #529770

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    #mc4wp-form-1 input[type='email'] {
    padding:20px !important;
    }
    
    .mc4wp-form input[type=submit] {
        padding: 20px !important;
        font-size: 20px !important;
    }

    Thanks,
    Rikard

    • This reply was modified 8 years, 5 months ago by Rikard.
    #529961

    Cool. Thank you. How can i get the font bigger? http://imgur.com/8IsXiym

    #529962

    Hey!

    Please change following code

    #mc4wp-form-1 input[type='email'] {
    padding:20px !important;
    }
    

    following one

    #mc4wp-form-1 input[type='email'] {
        padding: 15px !important;
        font-size: 18px;
    }

    Best regards,
    Yigit

    #529973

    Thank you yigit. And is there a way to delete the text “E-Mail Adresse:” above the input field?

    #529978

    Hi!

    Sure, please add following code to Quick CSS as well

    #mc4wp-form-1 label {
        display: none;
    }

    Cheers!
    Yigit

    #529983

    Wow better and better. Can you also help me to get the button bigger. that it looks like this: http://imgur.com/VmsEAOc

    #530524

    Hi there stranger,

    #mc4wp-form-1 input[type='email'] {
    min-width: 100% !important;
    }

    Thanks,
    Rikard

    #534996

    OK Rikard,. i have added the code to the quick css but the newsletter button is still small?

    #535831

    Hey!

    Please try this instead:

    .mc4wp-form input {
        width: 100%;
        min-width: 100%;
    }

    Best regards,
    Ismael

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