I?m using ky theme, it is super nice, but with webform and some fields in it, it take a lot of space vertically,
here 2 examples::
http://www.ebagno.it/prodotti/190-fly-111-rovere-sb-base-fly-colonna-fly
http://www.ebagno.it/prodotti/198-fly-111-doors
You can find it at the bottom of any page.
How I can get webform on the bottom of this age more short vertically?

Comments

nevets’s picture

Using firebug (a firefox extenstion) you can quickly find this rule in style.css (line 1468)

.form-item, .book-outline-form .form-item {
margin:1.5em 0 2.5em;
padding:0;
width:auto;
}

is responsible for most of that white space.