Title: Weird spacing
Last modified: May 30, 2017

---

# Weird spacing

 *  Resolved [watchdogs2](https://wordpress.org/support/users/iplus4u/)
 * (@iplus4u)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/weird-spacing/)
 * Hello,
 * I’m facing a problem with the spacing between product attributes and their values.
   You can see this image for more details: [http://imgur.com/a/ivCNd](http://imgur.com/a/ivCNd)
 * Is there anyway to make all the values align to the left of the column?
 * Thank you for the amazing work!

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

 *  Plugin Author [Dornaweb](https://wordpress.org/support/users/dornaweb/)
 * (@dornaweb)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/weird-spacing/#post-9182459)
 * It is a CSS problem, maybe specifying a width for first or both columns of the
   table fixes the problem, e.g:
 *     ```
       .dwspecs-product-table tr td:first-child{
         width: 30%;
       }
       ```
   
 * or making an equal width for both columns:
 *     ```
       .dwspecs-product-table tr td{
         width: 50%;
       }
       ```
   
 * add one of these styles to your CSS file and let me know if it fixes your problem
 *  Thread Starter [watchdogs2](https://wordpress.org/support/users/iplus4u/)
 * (@iplus4u)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/weird-spacing/#post-9185777)
 * Thank you for your reply, would you mind letting me know which css file you were
   talking about? I’m fairly new to Woo and not sure where to find it
 *  Plugin Author [Dornaweb](https://wordpress.org/support/users/dornaweb/)
 * (@dornaweb)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/weird-spacing/#post-9187755)
 * your theme’s CSS StyleSheet, usually it’s called `style.css` and is located in
   your theme’s directory, you can also access it in Theme editor section in WordPress’s
   admin panel.

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

The topic ‘Weird spacing’ is closed to new replies.

 * ![](https://ps.w.org/product-specifications/assets/icon-256x256.png?rev=1781915)
 * [Product Specifications for Woocommerce](https://wordpress.org/plugins/product-specifications/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/product-specifications/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/product-specifications/)
 * [Active Topics](https://wordpress.org/support/plugin/product-specifications/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/product-specifications/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/product-specifications/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Dornaweb](https://wordpress.org/support/users/dornaweb/)
 * Last activity: [8 years, 11 months ago](https://wordpress.org/support/topic/weird-spacing/#post-9187755)
 * Status: resolved