I trying to set the width of the form labels. I used the code below to do so. The problem is I have another form and it has the same "class". I can't find how to separate the two forms so that I can set the width for each form separately.
.ccms_form_element label { width: 80px; }
Each label also have a code similar to the below but I'm not sure how to get that to work in CSS.
<label for="cf-Name">
<label for="cf-Email">
Thanks!!
.ccms_form_element label { width: 80px; }
Each label also have a code similar to the below but I'm not sure how to get that to work in CSS.
<label for="cf-Name">
<label for="cf-Email">
Thanks!!