Hello,
i want to align the line of textbox with the other line of name, email, subject. Is the last line of form and is 14px left from the other fields.
Thank you
Hey Designweb,
Please try the following in Quick CSS under Enfold->General Styling:
.avia_ajax_form .text_area {
margin-left: 0 !important;
}
Best regards,
Rikard
Ok. That work fine.
Thank you