Title: Product Alignment
Last modified: August 22, 2016

---

# Product Alignment

 *  Resolved [ecigar11](https://wordpress.org/support/users/ecigar11/)
 * (@ecigar11)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/product-alignment/)
 * Hi,
 * I want to align my product images on my site, they are not aligned at all and
   are all over the place, I can’t seem to get them to align. See [https://ecigarettehero.com/accessories/clearomisers-atomisers/](https://ecigarettehero.com/accessories/clearomisers-atomisers/)
   for example.
 * Does anyone know how I can do this? I have created products and included the 
   codes [product_category category=”clearomisers-atomisers” columns=”10″ orderby
   =”price” order=”asc”] on each page for example.
 * Thanks.

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

 *  Thread Starter [ecigar11](https://wordpress.org/support/users/ecigar11/)
 * (@ecigar11)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/product-alignment/#post-5391721)
 * This is using woocommerce.
 *  [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * (@britner)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/product-alignment/#post-5391772)
 * Hey,
    This would happend becuase you images are all different sizes you can fix
   with this css: Just add in the theme options > advanced settings. Custom css 
   box.
 *     ```
       .kad-woo-image-size {
       display: table-cell;
       height: 200px;
       text-align: center;
       vertical-align: middle;
       }
       .product_item a.product_img_link {
       height: 200px;
       display: table;
       width: 100%
       }
       .product_item .product_details a.product_img_link {
       height: auto;
       display: block;
       }
       .kad-woo-image-size img {
       max-height: 200px;
       width: auto;
       }
       .product_item .product_details h5 {
       min-height: 40px;
       }
       ```
   
 * Kadence Themes
 *  Thread Starter [ecigar11](https://wordpress.org/support/users/ecigar11/)
 * (@ecigar11)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/product-alignment/#post-5391855)
 * Thank you so much!!

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

The topic ‘Product Alignment’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/virtue/3.4.15/screenshot.png)
 * Virtue
 * [Support Threads](https://wordpress.org/support/theme/virtue/)
 * [Active Topics](https://wordpress.org/support/theme/virtue/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/virtue/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/virtue/reviews/)

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [ecigar11](https://wordpress.org/support/users/ecigar11/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/product-alignment/#post-5391855)
 * Status: resolved