Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1411337
    markream
    Participant

    Hello,

    Can you please provide some aesthetic coding for the MailChimp form in my Widget Footer area?

    http://www.fmdistributing.com

    My main goal is to center the Title of the form, “Sign Up For Our Newsletter Here!” I would also like to reduce the height of the padding below and above the form.

    I’d appreciate any help!

    #1411338
    markream
    Participant
    #1411519
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance Customizer Custom CSS

    .x-subscribe-form {
        text-align: center;
    }
    
    .x-colophon.top {
        padding: 3%;
    }

    Hope it helps

    Joao

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