Home › Forums › Jevelin Theme › Spacing out the fields on this specific contact form
Home › Forums › Jevelin Theme › Spacing out the fields on this specific contact form
Hi Support, we use contact form 7 and I wanted to space out the fields on this specific contact form (The contact form on our homepage). As you can see in the screenshot they are too close together. The “send” button is also too close to the other fields.
We appreciate your help.
website url: http://8d0.1ed.myftpupload.com
Solution for this topic
Hi @empowershop,
I hope you are well today and thank you for your question.
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#page-container .sh-cf7 .wpcf7-form-control-wrap { margin-bottom: 15px !important; }
Best regards,
Shufflehound team
Thank you!
You are most welcome here š