Tagged: web form
Hi, is it possible with Enfold Contact Form element to build a full horizontal form in a page (only inside one line)?
I built this for test:
but as you can see I need the send button (“Invia”) to stay aside the last date field (“Partenza”), not down.
I tried to give margin via css but with no success.
I need something like this (simpler):
thanks
Hey Nicola,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
Best regards,
Yigit
ok thanks Yigit. Details in private content
Hi,
I enabled the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and gave your form a custom class “custom-form” and added following code to Style.css file of your child theme in Appearance > Editor
.avia_ajax_form.custom-form .form_element_fourth { width: 21%; }
.custom-form fieldset p.form_element:nth-child(6) { width: 142px; clear: none; margin-left: 1%; }
.avia_ajax_form.custom-form p.hidden { display: none; }
Please review your website now
Best regards,
Yigit
thanks Yigit.
1) I added more styles to your code. take a look here
2) moreover I added the css code to Quick Style box because (don’t know why) the code in Editor was not read! :O
in my opinion this is one extra feature for enfold theme webform, it finally needs!
thanks!
Hi,
Looks nice! :)
Please feel free to request – or vote if already requested – such feature on Enfold feature request form.
Best regards,
Yigit