Hi
How can the space for product photo be 130x130 at all times.
In categories and home page, because when showing images, some are horizontal, some are vertical 89x130 or 130x89 pixels and it's not nice to have different bottom space.
Thanks
.nspArt > div > div >a {
display: block;
height: 130px;
}
.nspArt > div > div >a {
position: relative;
}
.nspArt > div > div >a img {
position: absolute;
bottom: 0;
}
.nspArt > div > div >a {
display: block;
height: 130px;
position: relative;
}
.nspArt > div > div >a img {
position: absolute;
bottom: 0;
margin: 0 auto 10px;
}