1. After upgrading to Enfold 3.0.2 I noticed that the contact form alignment on my iPhone does not line up correctly as you can see in the attached image. The start of the boxes are not lined up correctly. There is only a problem on the iPhone screen size.
2. With the autorespond text is there a way to make it so when the auto reply goes out I can have it say Hello [Name], and use the users name that was submitted in the contact form after the word hello in the reply so it is more personalized?
Can you please provide me with some Quick CSS to fix? Thank you!
Hey!
1. Add this to Quick CSS:
@media only screen and (max-width: 479px) {
.responsive .avia_ajax_form .form_element{
margin-right:0 !important;
margin-left: 0 !important;
}
}
2. Refer to this topic – https://kriesi.at/support/topic/add-custom-name-to-contact-form-autoresponder/
Regards,
Josue
Thanks Josue! That worked perfectly!
You are welcome, always glad to help :)
Regards,
Josue