Hi. Is there any way to adjust the CSS to move the CC check box closer to the "CC yourself a copy:" text? Everything else I have fine tuned, but would like to move JUST the check box about 200px to the left of where it is now.
Is this the CSS area?
-------------------------------------------
input, select, textarea, select (line 1830)
{
vertical-align: middle;
font-family: Arial,Helvetica,Sans-Serif;
font-style: normal;
font-weight: normal;
font-size: 12px;
}
#wpcf input (line 22)
{
float: left;
width: 225px;
padding-top: 1px;
padding-right: 1px;
padding-bottom: 1px;
padding-left: 1px;
margin-top: 0px;
margin-right: 4px;
margin-bottom: 5px;
margin-left: 0pt;
}
---------------------------------
Also, is there a way to add a drop down menu for subject choices?
Thanks in advance.