Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #340686

    Hi Kriesi team,

    I’m nearly done with our new website.

    However, I can’t come over one obstacle despite trying various things: I have a a pretty long mailchimp sign-up form, so I want to display it in two columns. When I chance things in the html code it works fine for styling but whenever I try to get two columns I break the form somehow.

    Do you maybe know a way to display the form in two columns or can you recommend a plug-in which could help me (didn’t find one so far)?

    Thanks
    Thomas

    #340870

    Hey icotom!

    Thank you for using Enfold.

    Please try to use the Code Block element. Separate the fields with a flex_column container. Something like this:

    <div class="flex_column av_one_half first">
    SOME FORM FIELDS HERE
    </div>
    
    <div class="flex_column av_one_half">
    OTHER FORM FIELDS HERE
    </div>

    Cheers!
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.