Hi everyone,
I'll be the first to admit that I'm a novice when it comes to CSS. I'm looking to widen field labels, as they are a bit wordy. I've managed to do it for individual fields, but as I've got over 100+ to do this for, I'd like to use classes to accomplish this. I haven't had much luck finding a solution or another example in terms of labels.
What I've got to work is:
#q18 label {width: 50%; text-align:left;} #q18 .cf-field {width: 50%;}
That produces this result:
As opposed to this:
Would anyone have suggestions on applying a class to this? Or reworking my CSS to an entirely better way of doing this?
Thanks!