Title: Description order and position
Last modified: February 22, 2021

---

# Description order and position

 *  Resolved [tobiasnorre94](https://wordpress.org/support/users/tobiasnorre94/)
 * (@tobiasnorre94)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdescription-order-and-position%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Support [Imran – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support9/)
 * (@wpmudev-support9)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/description-order-and-position/#post-14093321)
 * Hi [@tobiasnorre94](https://wordpress.org/support/users/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](https://wordpress.org/support/users/tobiasnorre94/)
 * (@tobiasnorre94)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/description-order-and-position/#post-14099640)
 * Hi there [@wpmudev-support9](https://wordpress.org/support/users/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.

 * ![](https://ps.w.org/forminator/assets/icon-256x256.gif?rev=3443182)
 * [Forminator Forms – Contact Form, Payment Form & Custom Form Builder](https://wordpress.org/plugins/forminator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/forminator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/forminator/)
 * [Active Topics](https://wordpress.org/support/plugin/forminator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/forminator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/forminator/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [forms](https://wordpress.org/support/topic-tag/forms/)
 * [order](https://wordpress.org/support/topic-tag/order/)

 * 2 replies
 * 2 participants
 * Last reply from: [tobiasnorre94](https://wordpress.org/support/users/tobiasnorre94/)
 * Last activity: [5 years, 2 months ago](https://wordpress.org/support/topic/description-order-and-position/#post-14099640)
 * Status: resolved