Hi,
I want to insert a Contact Form and have the labels appear on the left of the input fields instead of above.
I’ve tried modifying some of the advice form previous threads in changing label colors etc but no luck.
Thanks.
Hi youtea!
Try adding this to your custom CSS.
#element_avia_name_1 > input {
width: 50% !important;
}
#element_avia_name_1 > label {
display: inline-block !important;
}
That’s for the name field. If you want to do it to the email or other fields then switch the ID out to this.
#element_avia_e-mail_1
#element_avia_subject_1
#element_avia_message_1
Regards,
Elliott