Title: Make checkboxes smaller
Last modified: May 19, 2021

---

# Make checkboxes smaller

 *  Resolved [bigwebdesign](https://wordpress.org/support/users/bigwebdesign/)
 * (@bigwebdesign)
 * [4 years, 12 months ago](https://wordpress.org/support/topic/make-checkboxes-smaller/)
 * Hi, I would like to change the formatting of the checkboxes. Can anyone help 
   me make these boxes smaller?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmake-checkboxes-smaller%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Support [Andrea Grillo](https://wordpress.org/support/users/agengineering/)
 * (@agengineering)
 * [4 years, 12 months ago](https://wordpress.org/support/topic/make-checkboxes-smaller/#post-14463213)
 * Hi [@bigwebdesign](https://wordpress.org/support/users/bigwebdesign/)
    try to
   open the section _Appearance > Customize > Extra CSS_ and add this CSS rules:
 *     ```
       .ywapo_input_checkbox {
           height: auto !important;
           display: inline !important;
           width: auto !important;
       }
   
       .ywapo_input_container label {
           display: inline-block !important;
       }
       ```
   
 * Let me know if works
 *  Thread Starter [bigwebdesign](https://wordpress.org/support/users/bigwebdesign/)
 * (@bigwebdesign)
 * [4 years, 12 months ago](https://wordpress.org/support/topic/make-checkboxes-smaller/#post-14463289)
 * Awesome, thank you so much Andrea!

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

The topic ‘Make checkboxes smaller’ is closed to new replies.

 * ![](https://ps.w.org/yith-woocommerce-product-add-ons/assets/icon-128x128.gif?
   rev=3142291)
 * [YITH WooCommerce Product Add-Ons](https://wordpress.org/plugins/yith-woocommerce-product-add-ons/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yith-woocommerce-product-add-ons/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yith-woocommerce-product-add-ons/)
 * [Active Topics](https://wordpress.org/support/plugin/yith-woocommerce-product-add-ons/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yith-woocommerce-product-add-ons/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yith-woocommerce-product-add-ons/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [bigwebdesign](https://wordpress.org/support/users/bigwebdesign/)
 * Last activity: [4 years, 12 months ago](https://wordpress.org/support/topic/make-checkboxes-smaller/#post-14463289)
 * Status: resolved