Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1147035
    hadorii
    Participant

    Hi, I’d like to add a mailchimp sign-up form in the widget area — but only one line (it’s currently coming up with Name + email address boxes stacked. I don’t care if it’s only the email address collected, but don’t want the two lines clogging up the bottom of my page.

    http://www.bonnenuitbaby.com

    Thanks!

    #1147216
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    .x-subscribe-form {
        width: 100% !important;
        max-width: 100% !important;
    }
    .x-subscribe-form fieldset {
        width: 150px !important;
    }

    Let us know how this goes!

  • <script> jQuery(function($){ $("#no-reply-1147035 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>