Title: Description
Last modified: February 24, 2023

---

# Description

 *  Resolved [Lasha](https://wordpress.org/support/users/lashac/)
 * (@lashac)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/description-42/)
 * Hey.
 * I’m building a form with Forminator and I want to have a text in checkbox and
   radio fields.
 * Text must be between question and answers. I have a description opition but it
   displays after answers.
 * is there a way to display text/description between question and answers?

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

 *  Plugin Support [Nebu John – WPMU DEV Support](https://wordpress.org/support/users/wpmudevsupport14/)
 * (@wpmudevsupport14)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/description-42/#post-16504774)
 * Hi [@lashac](https://wordpress.org/support/users/lashac/),
 * Trust you are doing good and thank you for reaching out to us.
 * Can you please try the following CSS and check if that helps?
 *     ```wp-block-code
       .forminator-field {
           display: flex;
           flex-direction: column;
       }
   
       label.forminator-checkbox {
           order: 3;
       }
   
       label.forminator-radio {
           order: 3;
       }
       ```
   
 * You should add the CSS at **WP Dashboard >> Appearance >> Customiser >> Additional
   CSS**.
 * I hope that helps. Please feel free to get back to us if you need any further
   assistance.
 * Kind Regards,
   Nebu John
 *  Thread Starter [Lasha](https://wordpress.org/support/users/lashac/)
 * (@lashac)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/description-42/#post-16508532)
 * It works but now gap between radio/checkbox answers increased.
 *  Plugin Support [Saurabh – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support7/)
 * (@wpmudev-support7)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/description-42/#post-16511773)
 * Hi [@lashac](https://wordpress.org/support/users/lashac/)
 * You can adjust the gap by modifying the values for the margin-top and margin-
   bottom properties. You can add the following code and change the values until
   you get the expected space between the radio/checkbox answers.
 *     ```wp-block-code
       label.forminator-checkbox,
       label.forminator-radio {
           margin-bottom:5px!important;
           margin-top:5px!important;
       }
       ```
   
 * Hope this information helps!
 * Kind regards
 * Luis
 *  Plugin Support [Amin – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support2/)
 * (@wpmudev-support2)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/description-42/#post-16572876)
 * Hello [@lashac](https://wordpress.org/support/users/lashac/) ,
 * We haven’t heard from you for over 2 weeks now, so it seems that you don’t have
   more questions for us.
 * Feel free to re-open this ticket if needed.
 * Kind regards
    Kasia

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

The topic ‘Description’ 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/)

 * 4 replies
 * 4 participants
 * Last reply from: [Amin – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support2/)
 * Last activity: [3 years, 1 month ago](https://wordpress.org/support/topic/description-42/#post-16572876)
 * Status: resolved