Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1012641

    Hello,

    I have a mailchimp form on the ‘our listings’ in the link below. i intend to add this to most pages once it is working correctly.

    I have researched how to do this and have tried a few methods on Quck CSS etc. but still no joy in having the mailchimp fields align horizontally.

    Any help is appreciated.

    Cheers
    John

    #1012746

    Hey John,
    Please try this code in the General Styling > Quick CSS field:

    @media only screen and (min-width: 767px) { 
    .avia_ajax_form.avia-mailchimp-form p {
        float: none !important; 
        width: 23% !important;
        display: inline-block !important; 
    }
    .avia_ajax_form.avia-mailchimp-form p:nth-child(-n+3) {
        margin-right: 1% !important;  
    }
    }

    2018-09-21_064105

    Best regards,
    Mike

    #1012932

    HI Mike.

    Many thanks. I think that has done the trick.

    Cheers
    John

    #1012949

    Hi,
    Glad we could help, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    #1013945

    Hi Mike.

    Yes please close.

    Cheers
    John

    #1013999

    Hi John,

    Thanks for letting us know. I’ll close this for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Mailchimp horizontal fields’ is closed to new replies.