Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #250365

    Jordan W
    Participant

    Right now, the form is set up and working, but is stacked on three separate lines.
    How can I get it all on one line like this: http://www.phillipashleypresents.com/

    I’ve tried some of the custom CSS from other similar posts, but none worked.

    Thanks!

    #250368

    Jordan W
    Participant
    This reply has been marked as private.
    #250510

    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    You could try checking this link below for the answer:

    https://theme.co/x/member/forums/topic/mail-chimp-form-displayed-inline-or-block/#post-241040

    Hope it helps. Let us know.

    Thanks.

    #250644

    Jordan W
    Participant

    Thanks, but no dice.

    As I said, I tried 3 or 4 different CSS suggestions in the forum but none of them worked.

    #250648

    Jordan W
    Participant

    Also cleared the cache

    #250816

    Friech
    Moderator

    Hi There,

    Would you mind providing us with the site URL. This is to ensure that we can provide you with a tailored answer to your situation.

    Thanks!

    #253914

    Jordan W
    Participant
    This reply has been marked as private.
    #253941

    Darshana
    Moderator

    Hi there,

    Please try adding the following CSS rules instead.

    
    .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.

    #254207

    Jordan W
    Participant

    Awesome… that’s pretty close. Only thing I’d need now is to adjust the height of the button.

    Any ideas?

    #254209

    Jordan W
    Participant
    This reply has been marked as private.
    #254307

    Friech
    Moderator

    Hi There,

    You can add this under Custom > CSS in the Customizer.

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

    Hope it helps, Cheers!

    #254825

    Jordan W
    Participant

    Thanks much! Perfect!

    #254848

    Thai
    Moderator

    You’re most welcome.