I 'm struggling some kind of CSS conflict. There's free space between the form title and form fields. Can you guys have look please?
http://basisschool.sjca.be/?page_id=12436
Kind regards,
Bart.
I 'm struggling some kind of CSS conflict. There's free space between the form title and form fields. Can you guys have look please?
http://basisschool.sjca.be/?page_id=12436
Kind regards,
Bart.
Hey Bart,
Try adding this to your theme's style sheet:
[css]
.gform_wrapper ul li.gfield {
clear: none !important;
}
Thanks! That did it.