The Divi Theme's contact form module displays a contact from consisting of input fields (such as the message textbox) followed by a submit button (and optional captcha). If you'd like to adjust the space between the input fields and submit button / captcha, you can do so with this CSS:
1 .et_contact_bottom_container { 2 margin-top: -4% !important; 3 }
Related Post: Adding CSS to the Divi Theme
0 Comments