Tagged: form
Hi !!!
I would need to have both the form fields that the submit button on the same line.
I modified the file shortcodes.css reducing the size of the fields to 19.2%, but I can not move the submit button.
.avia_ajax_form .form_element_fourth {width: 19.2%; float: left; margin-left: 1%; clear: none;}
Is there a way to have the fields and the submit button on the same line?
http://www.livingsalento.it/images/example.jpg
Thanks !!!!
Hi!
Use this code instead:
.avia_ajax_form .form_element_fourth, fieldset > .form_element:last-child{width:19%; float:left; margin-left:1%; clear:none;}
.avia_ajax_form .first_form{clear:both;margin-left:0;}
.avia_ajax_form fieldset .form_element:last-child .button{ padding: 13px 10px 14px; min-width: 0; }
.avia_ajax_form fieldset .form_element:last-child:before{ display:block; content: "Submit Form"; visibility: hidden;}
Best regards,
Josue