I'm using the Gravity Forms WordPress Form plugin.
I have a checkbox and submit button inline, but they are not responsive.
How can I make them stack top/bottom when you drag in the window (responsive/mobile view)?
My form (only set up as of now for Chrome and Safari): http://redesign.spyderlynk.com/contact-us
Here's the CSS I have for the inline submit button and checkbox.
}
#field_1_4 label.gfield_label {
display: none !important;
float: right !important;
}
#gform_wrapper_1 .gform_footer.top_label {
float: right !important;
padding: 0 !important;
margin: -40px 570px 0 0 !important;
}
.gform_wrapper form label {
float: none !important;
}