Hello together,
we would like to get the “Send” button of the contact form in one row with the rest of the contact form (all the input fields).
I tried to do it by myself for several hours, but, unfortunately, i didn’t manage to get it done.
I am looking forward to your help,
Thanks in advance,
Leo
Hey leoadmin,
Could you post a link to the site in question so that we can take a closer look please?
Regards,
Rikard
Hi Rikard,
sure, see below.
Thank you :)
Hey!
Please add this in the Quick CSS field:
.home .avia_ajax_form .form_element_fourth {
width: 20%;
}
.home .avia_ajax_form .form_element:last-child {
width: 10%;
float: left;
clear: none;
margin-left: 12%;
top: 30px;
}
Adjust the values as necessary.
Regards,
Ismael
Thanks for your answer. Unfortunately, it isn’t working. The button is still displayed in a second row. It should be together with the other elements in one row.
Could you check on that?
Thanks
We managed to do it by ourselves, thanks :)