Title: Decrease Product Short Description Margins
Last modified: September 1, 2016

---

# Decrease Product Short Description Margins

 *  Resolved [ballmouse](https://wordpress.org/support/users/ballmouse/)
 * (@ballmouse)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/decrease-product-short-description-margins/)
 * I have my product short description to the right of my product image. The text
   seems to wrap around even though it hasn’t reached very far into the right-hand
   side of the page.
 * How can I decrease the margins on the right-hand side?
 * Thanks!
 * [https://wordpress.org/plugins/woocommerce/](https://wordpress.org/plugins/woocommerce/)

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

 *  [Caleb Burks](https://wordpress.org/support/users/icaleb/)
 * (@icaleb)
 * Automattic Happiness Engineer
 * [9 years, 9 months ago](https://wordpress.org/support/topic/decrease-product-short-description-margins/#post-7687056)
 * This will take some custom CSS. Can’t help much without a site link though.
 * You should contact the theme authors about this, as it is more related to your
   theme then it is to WooCommerce core.
 *  Thread Starter [ballmouse](https://wordpress.org/support/users/ballmouse/)
 * (@ballmouse)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/decrease-product-short-description-margins/#post-7687057)
 * Thank you – if you get a chance, the product page link is: [http://www.parfournir.com/shop/trousers/athletic-fit/flat-front/](http://www.parfournir.com/shop/trousers/athletic-fit/flat-front/).
 *  [Caleb Burks](https://wordpress.org/support/users/icaleb/)
 * (@icaleb)
 * Automattic Happiness Engineer
 * [9 years, 9 months ago](https://wordpress.org/support/topic/decrease-product-short-description-margins/#post-7687213)
 * This looks good to me to be honest: [http://cld.wthms.co/4j0A/QsSzo3FU](http://cld.wthms.co/4j0A/QsSzo3FU).
   It is already exceeding it’s wrapper: [http://cld.wthms.co/sJdW/4j2ItOb2](http://cld.wthms.co/sJdW/4j2ItOb2).
 * You can prevent them from breaking lines with this line of css, but then the 
   text can run off the page on smaller screen:
 *     ```
       .short-description li {
       	white-space: nowrap;
       }
       ```
   
 * Best to leave it how it is 🙂
 *  Thread Starter [ballmouse](https://wordpress.org/support/users/ballmouse/)
 * (@ballmouse)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/decrease-product-short-description-margins/#post-7687235)
 * Hi Caleb. I actually asked the theme developer after your initial response and
   put in the following code
 *     ```
       /*widen div for description*/
       div.short-description {
           width: 120%;
       }
       /*Center button*/
       div.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
           text-align: center;
           width: 120%;
       }
   
       /*center underline*/
       .tx-div.small {
           width: 90%;
       }
       ```
   
 * Thank you for your help!

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

The topic ‘Decrease Product Short Description Margins’ 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

 * [margins](https://wordpress.org/support/topic-tag/margins/)
 * [product](https://wordpress.org/support/topic-tag/product/)
 * [product short description](https://wordpress.org/support/topic-tag/product-short-description/)

 * 4 replies
 * 2 participants
 * Last reply from: [ballmouse](https://wordpress.org/support/users/ballmouse/)
 * Last activity: [9 years, 9 months ago](https://wordpress.org/support/topic/decrease-product-short-description-margins/#post-7687235)
 * Status: resolved