I'd like to have my forms not be indented on content pages, so it occupies the entire content area horizontally.
Is there a simple CCS addition to do this?
Thanks
I'd like to have my forms not be indented on content pages, so it occupies the entire content area horizontally.
Is there a simple CCS addition to do this?
Thanks
are you just talking about the left indentation, or about having the fields all go full width?
Just the indentation... to have the entire form fill the content area. I'm fine with the field lengths. Thanks
This should do what you're wanting. Just add that to the bottom of your theme stylesheet and you should be good to go.
.gform_wrapper ul.gform_fields {
padding-left:0;
}