• Resolved tobiasnorre94

    (@tobiasnorre94)


    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)
  • Hi @tobiasnorre94,

    Thank you for contacting us.

    I tried checking on the page you provided but could only see a caldera form and then wpforms used in the 3 Level options(Level 1-3). Could you please confirm where the form built with Forminator is set, so we can check the current layout and test CSS to get description between label and checkbox?

    Best,
    Jonathan S

    Thread Starter tobiasnorre94

    (@tobiasnorre94)

    Hi there @wpmudev-support9

    I switched to caldera forms, as they had more of the logic and layout needed. Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Description order and position’ is closed to new replies.