I am having problems with using the included dark-rounded style. I can remove the bullets on the left side with the !important; code, but something is still twisting the form out of shape.
I would also like to increase the width of the form to around , but I cannot seem to find all places to increase width in order to make it look ok.
I am still having some issues fitting the Q&A safety in line. For some reason it is aligned left compared to other fields. How can I align them together with the rest.
Also the fieldsets are not finished in the bottom with the nize rounding graphic, just a straighr cut line.
You haven't changed the ol.cf-ol li class yet, I can still see the numbers.
For some reason it is aligned left compared to other fields. How can I align them together with the rest.
This behaviour is on purpose, since I expected users to choose longer questions/text and alinging it to the rest of the fields would have caused the question to span over multiple lines. However, if you do want to change it, simply to the following:
Find classes label.secq & label.secq span in the CSS style sheet and remove the classes completely.
Adjust the margin in the class input.secinput to: margin:3px 0pt 0pt 0px;
And regarding the missing bottoms, as described in the HEADER of the CSS file:
/* */
/* PLEASE NOTE: */
/* */
/* if you have multiple fieldsets, you need to edit */
/* line 47 (search for "multiple fieldsets") & */
/* add a new TEXT-ONLY field BEFORE EACH */
/* 'NEW FIELDSET'!! field name: |fieldsetclose */
/* */