Tagged: 

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

    Hello,
    I’m trying to get the mailchimp signup form element to have the fields laid out horizontally like you have in the enfold 2017 demo.

    Here is our test site, see 3/4 way down the page the email signup form

    I’ve tried numerous CSS fields but cant seem to get them laid out horizontally.

    #885848

    Hey jPickle,

    Here’s the old tutorial on how to integrate MC4WP with Enfold:

    Best regards,
    Jordan Shannon

    #886552

    Thanks Jordan, However we’re not using the mailchimp forwordpress plugin, we’re using the enfold avia mailchimp element.

    Can you help with the css styling? or at least identifying the correct elements to choose?

    #886647

    Hi Sievers,

    You need to put the signup form in a wider element. There is not enough room for all of them in this one.
    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .avia_ajax_form .first_form {
        clear: none;
        margin-left: 10px;
        width: 40%;
    }
    
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #886660

    Awesome All good now! Thank you. I adjusted the form width from 40% to 30% and they all fit.

    Appreciate your help!

    #886661

    Hi,

    I’m glad you were able to get this corrected. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘avia mailchimp sign up form with horizontal fields’ is closed to new replies.