Forked from yellowberri-snippets/CSS: Full Width Gravity Form
Created
July 31, 2019 06:30
-
-
Save sharazghouri/b3f4aabb5489f305064c6c528da54140 to your computer and use it in GitHub Desktop.
CSS: Full Width Gravity Forms
This file contains 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
.gform_wrapper { | |
form .gform_body .ginput_complex input[type=text] { | |
width:100% !important; | |
} | |
input, input[type=text], select, textarea { | |
width:100% !important; | |
@include box-sizing(border-box); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment