I am attempting to get a style that comes with CForms working. I am doing that because I do not like the styling that comes with iBlogPro.
To achieve that, I selected the style in the CForm Styling settings, and I commented the PageLines CForms css so that it does not interfere:
/* FORMS/CONTACT ETC
.cform input {padding: 5px;font-size: 1.1em;}
.cform fieldset{background: #fff;border:none;}
input[type="text"].cf_error:focus {border: 1px solid #000;}
.cform label {
display:block;
margin:0;
text-align:left;
}
.cform legend{display: none;}
.contentcontainer .cform {margin:5px 50px;padding:0px 0;}
.cform ol, .cform li{list-style-type: none; margin:0;padding:0;}
.cform li{margin-bottom: .7em;}
.cform .single{width: 97%;}
.cform .area{width: 97%;}
.cform .emailreqtxt,.cform .reqtxt{font-style: italic;}
.cf_hidden {display: none;}
.success {
padding: 15px;
margin-bottom: .5em;
font-size:1.4em;
} */
But, as you can see on my website (http://www.hart-dev.com/contact), there still seems to be something wrong, as the fields are not aligned to the right of the labels, as expected in the CFORMS2012 style.
Any ideas?










