Spacing out the fields on this specific contact form

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

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • empowershop
    Participant

    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

    Attachments:
    You must be logged in to view attached files.

    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

    empowershop
    Participant

    Thank you!

    You are most welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)