Created
December 19, 2015 12:09
-
-
Save jasperf/b7d57b06abe7c7748d42 to your computer and use it in GitHub Desktop.
Make a two column Gravity Forms Form Responsive #wordpress #responsive # gravityforms
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @media only screen and (min-width: 200px) and (max-width: 768px) { | |
| .gform_wrapper .gform_body .top_label li.gfield.gf_right_half { | |
| float: left; | |
| clear: left !important; | |
| width: 99%; | |
| } | |
| .gform_wrapper .gform_body .top_label li.gfield.gf_left_half { | |
| float: left; | |
| clear: left !important; | |
| width: 99%; | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment