Hey Hugh,
Looks like in style.css you have:
[css]
.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea {
width: 92%;
}
If you change the width to 99% it should match up.
For the checkbox in style.css you have:
[css]
#wrapper.hfeed #main #container #content .entry-content .gform_wrapper .gfield_checkbox li input[type="checkbox"], #wrapper.hfeed #main #container #content .entry-content .gform_wrapper .gfield_checkbox li input {
margin-top: 2px !important;
}
Change that to 4px and you should be good to go.
Posted 12 years ago on Thursday December 1, 2011 |
Permalink