Maybe this is obvious for some and a non-issue for most but I wanted to document easily referenced fix for input fields that extend outside their DIV.
In your styles.css or other over riding css file insert the following.
.form-item input{
max-width: 100%;
}
This was useful when using the webform in block especially in a OMEGA custom responsive theme.
Comments
Comment #1
antoinetooley commentedamazing just what I was looking for ;)
Comment #2
quicksketchThanks for your input. Hopefully it will be useful to other Googlers.
Comment #3
tejaspmehta commentedindeed it helped googlers.
Thanx
Comment #4
memoo commentedOr if you want the input field to have full width: