Hi there,
I'd like my contact form to have the size 2/3 as it is on your
demo site. On my site it looks
like this - fills only 1/3 of the width instead of 2/3 and the settings window only gives me the option of choosing a contact form itself - but not of any other options...
Comments
Sorry but the link to your website does not work, please check it.
thanks
<div class="column one-third">CONTENT</div>
Just change the class, one, one-second, one-third, one-fourth
So if you want to have two 1/2 fields in one line, you need to do this
<div class="column one-second">FIRST FIELD</div>
<div class="column one-second">SECOND FIELD</div>
If you still have problems with this, please send us what you already managed to do, we will fix it.