- URL to the FORM: http://www.puntostatico.it
- The browser used: IE7-8, Mozilla Firefox
- cforms version: 11
- Your WordPress version: 2.8.3
Hello,
I have an issues with the CSS of the second form:
the first one is at page http://www.puntostatico.it/contattaci and uses grey-blocks style.
In order to adapt the second form, that is the latest widget on the sidebar, I tried to add some CSS modified with the prefix "#cforms2form".
Some code worked, and thanks to firebug and the CSS guide I succeed in adapt part of the form; but I have issues with some CSS that is not working, and some style is still read from the main form:
Some issues:
#cforms2forms cform {
margin: 10px auto 0;
width: 230px;
}
it remains 410px
#cforms2form .linklove {
width: 220px;
margin: 0 auto 10px !important;
padding: 0 !important;
text-align: right !important;
}
remains 410px
#cforms2form div.cf_info {
color: #333333;
line-height: 1.3em;
padding: 10px 15px !important;
width: 200px;
text-align: center;
font-style: italic;
}
remains 380px
#cforms2form .cform label span {
display:block;
width:170px;
}
remains 140px
Moreover the button isn't aligned with the text "submit".
Is there a way to make this code work for the second plugin?
Thanks a lot for your support!