Title: Variations Boxes
Last modified: November 19, 2020

---

# Variations Boxes

 *  Resolved [jaspix](https://wordpress.org/support/users/jaspix/)
 * (@jaspix)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/variations-boxes/)
 * I can’t find a way to make the variable options two columns next to each other.
   
   Currently, I have something like this: [https://prnt.sc/vmg3sy](https://prnt.sc/vmg3sy)
   I want it to look like this: [https://prnt.sc/vmg4jv](https://prnt.sc/vmg4jv)
 * Any help will be appreciated.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fvariations-boxes%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Peter Lawrenson](https://wordpress.org/support/users/lorro/)
 * (@lorro)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/variations-boxes/#post-13685385)
 * The method will vary by site. Please post a link to the actual page so the markup
   and styles can be examined with browser tools.
 *  Thread Starter [jaspix](https://wordpress.org/support/users/jaspix/)
 * (@jaspix)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/variations-boxes/#post-13685575)
 * [@lorro](https://wordpress.org/support/users/lorro/) It is linked in the thread,
   but here you go: [https://kawaiisale.com/product/huggable-dinosaur-plushie/](https://kawaiisale.com/product/huggable-dinosaur-plushie/)
 *  [Peter Lawrenson](https://wordpress.org/support/users/lorro/)
 * (@lorro)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/variations-boxes/#post-13685632)
 * I’ll try to redeem myself with this custom css suggestion:
 *     ```
       .variations tr {
         display: inline-block;
         float: left;
         width: 48%;
       }
       .variations tr:first-child {
         margin-right: 4%;
       }
       ```
   
 * Custom CSS can be entered at:
    Dashboard > Appearance > Customize > Additional
   CSS
 * If you have any products with other than two dropdowns, check that they look 
   OK.
 *  Thread Starter [jaspix](https://wordpress.org/support/users/jaspix/)
 * (@jaspix)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/variations-boxes/#post-13685662)
 * That worked exactly as I wanted. Thanks a lot!

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

The topic ‘Variations Boxes’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

## Tags

 * [single product](https://wordpress.org/support/topic-tag/single-product/)
 * [variations](https://wordpress.org/support/topic-tag/variations/)

 * 4 replies
 * 2 participants
 * Last reply from: [jaspix](https://wordpress.org/support/users/jaspix/)
 * Last activity: [5 years, 6 months ago](https://wordpress.org/support/topic/variations-boxes/#post-13685662)
 * Status: resolved