Field Boxes not lined up

addick 06 May, 2009
Hi

Since I updated to the latest release of Chronoform Contact (3.1 RC5) and chronocontact plugin (V3.1 RC5) the field boxes (Name, Telephone, E-Mail Addresses only) on my enquiry form do not line up.

If you wish to see this, please visit http://www.thecostablancapropertyguide.com/index.php/omm-spain

Any ideas how to fix this ?

Thanks

Richard
GreyHead 07 May, 2009
Hi Richard,

The jom_comment style sheet is over-riding the ChronoForms one and you need to set a width for the label elements. If you edit com_jomcomment/style.css you'll find
.form_element label {
/*width:150px;*/
padding:0px 10px 0px 0px;
display: block;
float: left;
line-height: 22px;
vertical-align: middle;
}

You can reset the width here by uncommenting the /*width:150px;*/ line or in the ChronoForms stylesheet.

Bob
addick 07 May, 2009
Thanks Bob.
That fixed the issue in FF but not in IE.

Cheers
Richard
GreyHead 07 May, 2009
Hi Richard,

There's probably a separate stylesheet for IE (possibly more than one for IE 5 & 6) hunt them down and make the same change.

Bob
addick 09 May, 2009
Sorted. Thanks once again Bob for all your help. I´ve just paid the 25$ with pleasure!
This topic is locked and no more replies can be posted.