Home › Forums › Jevelin Theme › Spacing WP contact form 7 fields
Home › Forums › Jevelin Theme › Spacing WP contact form 7 fields
Hi @adorbit,
I hope you are well today and thank you for your question.
We can achieve this developing custom CSS code.
Could you please share me the page URL from your site where it is displaying so that i can help you to achieve it?
Best regards,
Shufflehound team
Hi,
I already found out what happened: WPCF7 puts extra linebreaks and paragraph tags in the code. This can be fixed by putting this in functions.php:
define( ‘WPCF7_AUTOP’, false );
Maybe it’s something that you can integrate in the theme-settings?
Thanks!
This is plugin functionality that you can turn on and off so no need to provide another setting in the theme.