Tagged: forms
I’m having problems with the use of forms,
see the link
The icons should appear to the right of the field, but appear upon the field, disrupting typing by the user.
Can you help me?
Thank´s
Hi ayron!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.ipt_uif_front .ipt_uif_icon_and_form_elem_holder .ipt_uif_text_icon {
top: auto!important;
bottom: auto!important;
left: auto!important;
}
Best regards,
Yigit
Thank´s. Works