• eefkedigibitch

    (@eefkedigibitch)


    Hi,

    I’m creating a contact form and I need it to be displayed in 2 colomns.
    Last year or so I created one with the code below, but somehow now it’s displayed vertical and not next to each other.

    Can anyone tell me why it doesn’t work anymore?
    Thanks in advance!

    BTW; A placeholder is active, so I can’t show you the form itself.

    <div id=”responsive-form” class=”clearfix”>

    <div class=”form-row”>
    <div class=”column-half”>Naam * [text* your-name]</div>
    <div class=”column-half”>Bedrijfsnaam [text company-name]</div>
    </div>

    <div class=”form-row”>
    <div class=”column-half”>Email * [email* your-email]</div>
    <div class=”column-half”>Onderwerp * [text* your-subject]</div>
    </div>

    <div class=”form-row”>
    <div class=”column-full”>Bericht * [textarea* your-message]</div>
    <div class=”column-full”>[response]</div>
    </div>

    <div class=”form-row”>
    <div class=”column-full”>[submit “Verzenden”]</div>
    </div>

    </div>

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • ziegel

    (@ziegel)

    Hi @eefkedigibitch,

    You should make sure also this year you have the CSS/JS that has the configuration for ‘form-row’ and ‘column-half’.

    Most likely last year you had it, it currently you don’t have it set.

    Thread Starter eefkedigibitch

    (@eefkedigibitch)

    woow Ziegel! This is really silly of me, I did forget…
    Thanks for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘2 colomn set-up’ is closed to new replies.