hello
I use the theme ENFOLD and QUFORM plugin. I have a problem of integration of form in the webpage. The fields are very spaced (paragraph) … and not work
http://www.visites-mirepoix.com/chateau-de-lagarde/
Maybe you have a solution
thank you
Hi,
Please add this on your custom.css or Quick CSS
#top input[type="text"] {
margin-bottom: 0;
}
.iphorm-inner.iphorm-inner-1 > br {
display: none;
}
Regards,
Ismael
thanks Ismael
I placed the code in custom.css but it does not change. : http://www.visites-mirepoix.com/chateau-de-lagarde/
However when I use the editor “normal” page is displayed correctly (but no image) : http://www.visites-mirepoix.com/visite-de-mirepoix/
yhanks
Hey!
Please try following css code
.iphorm-element-spacer {
padding: 0 !important;
margin: 0 !important;
}
.iphorm-outer p {
margin: 0 !important;
}
.iphorm-outer br {
display: none !important;
}
Regards,
Peter
I had the same problem, but that fixes it, nice! Thanks Peter!
– Thomas
Hey!
Great, glad it worked :)
Best regards,
Peter