• Resolved cmerrill

    (@cmerrill)


    Hi, I am integrating a Mailchimp form on my website (dchealthmattersblog.org). The form appears on the site (right sidebar), but the fields (first name, last name, email address) are not editable. People can not enter in any text into those fields. Why is this happening?? If one clicks on the “Subscribe” link then the “email address” field becomes editable.

    I wrote to Mailchimp and this is the response I got:
    Your theme has some CSS to put a border around the widgets and the way that CSS code is written it will overlay whatever is in the widget! I recommend asking the theme developer to fix this bug in the theme for you.

    Thank you!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Scissor Themes

    (@scissorthemes)

    Hi @cmerrill

    Thanks for pointing out the issue

    Yes its CSS issue in boxed widget layout, you can add the below code to your additional CSS are in the customizer

    .widget.widget-line .mc4wp-form{
    position:relative;
    }

    Lets us know whether it worked for you or not

    Best Regards
    Scissor themes

    Thread Starter cmerrill

    (@cmerrill)

    It worked – thank you so very much for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mailchimp: Text Fields Not Editable’ is closed to new replies.