Inline form-group max-width
-
I’m trying to build a form using the layout:inline setting so that I can get Bootstrap’s inline styling (no labels, placeholder text). In Other Notes, it states, “note that in most cases the inline form will need additional styling to look good”. That’s fine with me, I can easily figure out all the custom styling. However, when I apply the layout:inline setting, the following style is added to the page header:
div.wpcf7 .form-inline .form-group { max-width: 250px; }
Obviously, this is easy to override with my own styles, but I’m wondering where this 250px comes from and if it should be overridden or changed somewhere else other than writing my own CSS? I certainly could dig through the PHP to try to find where this 250px is coming from, but I’m hoping I can get a quick answer on here.
Thanks!
- The topic ‘Inline form-group max-width’ is closed to new replies.