Title: Styling [product]
Last modified: August 31, 2016

---

# Styling [product]

 *  Resolved [jlev00](https://wordpress.org/support/users/jlev00/)
 * (@jlev00)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/styling-product/)
 * Hi – I have the following code in a blog post:
 * `[product sku="SKU-10001"]`
 * This might be an amateur question but I can’t work out how to style the damn 
   thing. Ideally I’d like to either center it or have it so that the text wraps
   around it. Would really appreciate a nudge in the right direction.
 * [https://wordpress.org/plugins/woocommerce/](https://wordpress.org/plugins/woocommerce/)

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

 *  Plugin Contributor [Mike Jolley](https://wordpress.org/support/users/mikejolley/)
 * (@mikejolley)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/styling-product/#post-7281025)
 * This is the HTML wrapping the element:
 * [https://dl.dropboxusercontent.com/s/9h9vtcc3nb5hcvc/2016-04-15%20at%2013.26.png?dl=0](https://dl.dropboxusercontent.com/s/9h9vtcc3nb5hcvc/2016-04-15%20at%2013.26.png?dl=0)
 * So you’d target this with something like:
 *     ```
       .post .woocommerce {
       float:left;
       width:200px;
       }
       ```
   
 *  Thread Starter [jlev00](https://wordpress.org/support/users/jlev00/)
 * (@jlev00)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/styling-product/#post-7281288)
 * Thanks Mike, got it working : )

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

The topic ‘Styling [product]’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3640790)
 * [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/)

 * 2 replies
 * 2 participants
 * Last reply from: [jlev00](https://wordpress.org/support/users/jlev00/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/styling-product/#post-7281288)
 * Status: resolved