Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1164339
    Rifft
    Participant

    Hello Guys,

    I would like to custom my mailchimp form but i can’t succeed to it.
    The form is currently in three lines and i would like to get it in 1 line (name + mail + subscribe button). I created a dedicated class in the x theme mailchimp option menu ( “.newsletter-footer” ) but i don’t know which code allows me to do it.

    Can you bring me some help ?
    Would it be responsive ?

    Thank you so much, please find the url and credentials in the next post if needed.

    #1164341
    Rifft
    Participant
    This reply has been marked as private.
    #1164488
    Rahul
    Moderator

    Hi there,

    Please try adding the following CSS rules instead.

    Hey There,

    Thanks for writing in!

    Please add at Appereance > Customizer > Custom > CSS

    .x-subscribe-form {
        max-width: 700px !important;
    }
    
    .x-subscribe-form fieldset {
        display: inline;
    }
    
    .x-subscribe-form input[type="submit"] {
        margin-top: 0;
    }

    Hope that helps.

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