Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #414821

    I have a MailChimp opt-in form inside of a thin color section and when the form is submitted, the success message is cut-off and is unreadable as the color section does not expand far enough down to reveal the text that is generated.

    http://800.9e8.myftpupload.com (the opt-in form under the main slider at the top)

    How can I fix this?

    #415228

    Hey John!

    Check it now, i removed those whitespaces shortcodes, set a custom ID (home_opt-in) to the section and added this to Quick CSS:

    #home_opt-in .mc4wp-form form, #home_opt-in .mc4wp-form form input{
        margin-bottom: 0 !important;
    }
    
    #home_opt-in.avia-section {
        min-height: initial;
    }

    Regards,
    Josue

    #415309

    You are the best! Thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘MailChimp Form within color Section Formatting’ is closed to new replies.