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
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
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
You can reset the width here by uncommenting the /*width:150px;*/ line or in the ChronoForms stylesheet.
Bob
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
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
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
This topic is locked and no more replies can be posted.