issue with allignment

Joomla webshop template with CSS3-based animations, VirtueMart support and one-page checkout.
GK User
Wed Nov 26, 2014 8:32 am
Have a look at this http://3d.atoa.com/test1/index.php/buy-cad-cae-cam/buy-cad .product listing allignment varies .look at the 4th product.. I even tried adjusting image thumbnail size but it doesn't change..
User avatar
Senior Boarder

GK User
Sun Nov 30, 2014 12:01 pm
Hi. Please use
Code: Select all
.j2store-product-single {
-webkit-box-sizing: border-box; 
 -moz-box-sizing: border-box;
 box-sizing: border-box;
    height: 310px;
}

Where, check my footer link.

But I suggest to use always this same size (Weight & Height) of product images.
If not you will get "Dancing Queen" each time. Or you have to use CSS with static vaules.
User avatar
Platinum Boarder

GK User
Mon Dec 01, 2014 11:22 am
Thank you :) That did the job
User avatar
Senior Boarder


cron