Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1277245
    Andreas Bjerve
    Participant

    Hi,

    I want to create a one line subscription form (using Mail Chimp) instead of the stacked version. Trid using this code from elsewhere in this forum, but to no avail.

    @media (min-width: 980px) {
    .x-section .x-subscribe-form {
    position: relative;
    width: 100%;
    max-width: 100% !important;
    }

    .x-section .x-subscribe-form fieldset {
    display: block;
    width: 24%;
    float: left;
    margin-right: 1%;
    }
    }

    Did it right in the Custom CSS, shoudn´t be problem even if I have child theme activated, right?

    Happy if you can look into it:)

    Thanks
    andreasbjerve.com

    #1277250
    Andreas Bjerve
    Participant

    Problem solved!

    This one did the trick:

    .x-subscribe-form {
    max-width: 700px !important;
    }

    .x-subscribe-form fieldset {
    display: inline;
    }

    .x-subscribe-form input[type=”submit”] {
    margin-top: 0;
    }

    Thanks!

    #1277260
    Andreas Bjerve
    Participant

    … but now I need help aligning the button to the rest of the form.

    Tried this

    .x-subscribe-form fieldset {vertical-align: top;}
    .x-subscribe-form input[type=”submit”] {height: 60px;}

    but it only adjust the height of the button itself. I need to align it with the other elements of the form.

    Any help would be very much appreciated!
    Thanks!
    (andreasbjerve.com)

    #1277276
    Andreas Bjerve
    Participant

    also, I´d like it to be wider, more like on this site: http://www.chefphillipashley.com/

    And I´d like an option to change the title font.. 😀

    THANKS:) 😉

    #1277281
    Andreas Bjerve
    Participant

    I solved the button-part myself. THANKS!

    Now I only wonder about the FONT. How to change the font of the title? 🙂

    #1277322
    Darshana
    Moderator

    Hi there,

    Your site is under construction mode. However, you can add this under Custom > CSS in the Customizer.

    
    #x-subscribe-form-1 > h1 {
        font-family: Comic Sans MS;
    }
    

    Hope that helps.

    #1277422
    Andreas Bjerve
    Participant

    Great, thanks!

    #1277464
    Joao
    Moderator

    Glad to hear we managed to help,

    Joao

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