Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1099988
    evonafrinkjones
    Participant

    Hello,

    I was setting up my sign up section for my Mail Chimp email list and I was trying to make it look like the attached picture. Is there the capability within the theme to compress all of the fields into one, small line like the picture I attached?

    Thank you

    My url is: http://www.evonafrinkjones.com/

    #1099991
    Thai
    Moderator

    Hi There,

    To achieve that, please add the following CSS under Customizer > Custom > Global CSS:

    #x-subscribe-form-231 {
        width: 90% !important;
        max-width: 100% !important;
    }
    #x-subscribe-form-231 fieldset {
        float: left;
        width: 32%;
        margin-right: 1%
    }
    .x-subscribe-form input[type="text"], .x-subscribe-form input[type="email"] {
        margin-bottom: 0;
    }
    .x-subscribe-form input[type="submit"] {
        padding: 9px;
        margin-top: 0;
    }

    http://i.imgur.com/3bFT2ZR.png

    Hope it helps 🙂

    #1100158
    evonafrinkjones
    Participant

    Thank you! That worked!

    #1100401
    Christopher
    Moderator

    You’re welcome.

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