Title: Checkboxes, two columns
Last modified: January 17, 2018

---

# Checkboxes, two columns

 *  Resolved [antonmh](https://wordpress.org/support/users/antonmh/)
 * (@antonmh)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/checkboxes-two-columns/)
 * Hi
 * In my form I have a checkbox field with about 40 options in it.
 * I want to be able to have the options in two columns instead of just one.
 * How can I do this exactly?
 * Thank you

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

 *  Plugin Contributor [yikesitskevin](https://wordpress.org/support/users/yikesitskevin/)
 * (@yikesitskevin)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/checkboxes-two-columns/#post-9875222)
 * Hi [@antonmh](https://wordpress.org/support/users/antonmh/),
 * We have some built-in support for this so that’s the first thing to try. Add 
   the `option-2-col` value to the Additional Classes field in the form builder.
   This article from our knowledge base explains it: [https://yikesplugins.com/support/knowledge-base/bundled-css-classes/](https://yikesplugins.com/support/knowledge-base/bundled-css-classes/).
 * If that doesn’t work, we can write some custom CSS for you. Just send over the
   URL to your form.
 * Cheers,
    Kevin.
 *  Thread Starter [antonmh](https://wordpress.org/support/users/antonmh/)
 * (@antonmh)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/checkboxes-two-columns/#post-9875388)
 * Hi Kevin
 * That’s great, it works perfectly on desktop. Is there a way to disable it on 
   mobile view though (as it now looks a bit squashed as showing two columns) so
   it just renders as one column?
 * Thanks for your help
 *  Thread Starter [antonmh](https://wordpress.org/support/users/antonmh/)
 * (@antonmh)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/checkboxes-two-columns/#post-9875393)
 * following on from my previous message here is a link to the form: [https://www.zdswebdev.co.uk/gd-info/](https://www.zdswebdev.co.uk/gd-info/)
 *  Plugin Contributor [yikesitskevin](https://wordpress.org/support/users/yikesitskevin/)
 * (@yikesitskevin)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/checkboxes-two-columns/#post-9877386)
 * Hey [@antonmh](https://wordpress.org/support/users/antonmh/),
 * I wrote some custom CSS to fix the mobile view:
 *     ```
       @media (max-width: 650px) {
           .yikes-easy-mc-form label.option-2-col > label {
               float: none;
               width: 100%;
           }    
       }
       ```
   
 * Let me know how that looks to you.
 * Cheers,
    Kevin.
 *  Thread Starter [antonmh](https://wordpress.org/support/users/antonmh/)
 * (@antonmh)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/checkboxes-two-columns/#post-9878135)
 * Hi Kevin
 * Thank you so much for doing that I really appreciate it, it works perfectly.
 * I put the code in the yikes-inc-easy-mailchimp-extender-public.min.css file as
   it would not work anywhere else, however where do you suggest would be the best
   place to add it or should I just leave it there?
 * Thanks again
 *  Plugin Contributor [yikesitskevin](https://wordpress.org/support/users/yikesitskevin/)
 * (@yikesitskevin)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/checkboxes-two-columns/#post-9878155)
 * Hi [@antonmh](https://wordpress.org/support/users/antonmh/),
 * I’m glad it’s working! I would suggest adding this to your theme’s `style.css`
   file (or, even better, your child theme’s `style.css` file). If you can’t do 
   that, then try adding it to your site via the “Custom CSS” section available 
   in Themes -> Appearance -> Customize. These two options are ideal. The issue 
   with adding it to `yikes-inc-easy-mailchimp-extender-public.min.css` is that 
   a plugin update will wipe your CSS modifications.
 * If neither of those two are possible, then maybe you can download a plugin like
   My Custom CSS ([https://wordpress.org/plugins/my-custom-css/](https://wordpress.org/plugins/my-custom-css/))
   or Simple Custom CSS ([https://wordpress.org/plugins/simple-custom-css/](https://wordpress.org/plugins/simple-custom-css/)).
 * Cheers,
    Kevin.

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

The topic ‘Checkboxes, two columns’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/yikes-inc-easy-mailchimp-extender_a1c7e5.
   svg)
 * [Easy Forms for Mailchimp](https://wordpress.org/plugins/yikes-inc-easy-mailchimp-extender/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yikes-inc-easy-mailchimp-extender/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yikes-inc-easy-mailchimp-extender/)
 * [Active Topics](https://wordpress.org/support/plugin/yikes-inc-easy-mailchimp-extender/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yikes-inc-easy-mailchimp-extender/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yikes-inc-easy-mailchimp-extender/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [yikesitskevin](https://wordpress.org/support/users/yikesitskevin/)
 * Last activity: [8 years, 4 months ago](https://wordpress.org/support/topic/checkboxes-two-columns/#post-9878155)
 * Status: resolved