Description order and position
-
Hi there,
I am trying to create a form, the form essentially has a lot of checkboxes with values. That all works fine, however, what i am trying to achieve is simply to get the description in between the label and the checkboxes. So it would go Label -> Description -> Checkbox. But no matter what I do in terms of css, this does not work? Can anyone help.
This is what i have done so far? However now it insists on putting the description before the label?
.forminator-field { display: grid; } label.forminator-label { order: 1; } span.forminator-description { order: 2; margin: 0 0 5px 0; } label.forminater-checkbox { order: 3;
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Description order and position’ is closed to new replies.