Hello people,
Please have a look at the provided link. When I add a field with Gravity Forms for remarks (opmerking in Dutch). The fields are not aligned. Can I fix this so the label is in front of the field and the field ligned right? Or can I change the label position for Enfold so these labels are above the field as well and aligned to the left.
So one of the two, not both.
Thanks in advance!
Hi Luc!
Thank you for using Enfold.
Try this in the Quick CSS field:
.gform_wrapper .top_label .gfield_label, .ginput_container {
float: left;
width: auto;
}
Regards,
Ismael
Hello Ismael,
Thanks for your message. Please have look at my page, we’re almost there but it still looks a bit messy. Any ideas?
Thanks in advance.
Hi!
add this code as well:
div#gform_wrapper_2 {
margin-left: 16px;
}
input#input_2_2 {
position: relative;
left: 15px;
}
Regards,
Andy