Product alignment
-
I’m using Virtue free theme and I cannot get my products to align correctly. My product pictures are various size and lengths and I need them to stay that way I just want it all to line up. I have searched the forums and can’t find anything to help me. Most of the css codes that I see do not work. The code that I did find to work is this:
.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;
}This is great but it leaves huge space between product picture and product title
Here is a link productsI want the product picture and title together, maybe aligned from the bottom of product box? I am new to this and any help would be greatly appreciated, thanks in advance.
The topic ‘Product alignment’ is closed to new replies.
