Title: Image alignment wrong in product description
Last modified: April 2, 2019

---

# Image alignment wrong in product description

 *  Resolved [iboudreau](https://wordpress.org/support/users/iboudreau/)
 * (@iboudreau)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/image-alignment-wrong-in-product-description/)
 * I have added an image in the product description with alignment set to right.
   But it is still displaying to the left and text wrapping is not working properly.
 * How can I fix this?
 * Thank you
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fimage-alignment-wrong-in-product-description%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [etoilewebdesign](https://wordpress.org/support/users/etoilewebdesign/)
 * (@etoilewebdesign)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/image-alignment-wrong-in-product-description/#post-11384661)
 * You need to ensure you include [WordPress generated classes](https://codex.wordpress.org/CSS#WordPress_Generated_Classes)
   in your theme, prior to using the classes. You may want to address this with 
   your theme developer.
 * To quickly solve this issue, you can add custom CSS to your page:
 *     ```
       img.alignright {
           float: right; margin: 0 0 1em 1em;
       }
       ```
   
 * This is the expected result: [https://ibb.co/MSfZgXc](https://ibb.co/MSfZgXc)
 *  Thread Starter [iboudreau](https://wordpress.org/support/users/iboudreau/)
 * (@iboudreau)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/image-alignment-wrong-in-product-description/#post-11388190)
 * Thank you.

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

 The topic ‘Image alignment wrong in product description’ is closed to new replies.

 * ![](https://ps.w.org/ultimate-product-catalogue/assets/icon-128x128.png?rev=1805317)
 * [Ultimate Product Catalog](https://wordpress.org/plugins/ultimate-product-catalogue/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ultimate-product-catalogue/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ultimate-product-catalogue/)
 * [Active Topics](https://wordpress.org/support/plugin/ultimate-product-catalogue/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ultimate-product-catalogue/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ultimate-product-catalogue/reviews/)

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [iboudreau](https://wordpress.org/support/users/iboudreau/)
 * Last activity: [7 years, 5 months ago](https://wordpress.org/support/topic/image-alignment-wrong-in-product-description/#post-11388190)
 * Status: resolved