CSS:
Код: Выделить всё
#top_rated_wrapper ul.columns-4 li.product {
display:block;
width:100%;
}
#top_rated_wrapper ul.columns-4 li.product a {
text-align:center;
}
#top_rated_wrapper ul.columns-4 a {
text-align:center;
width:100%;
}
#top_rated_wrapper ul.columns-4 li.product img {
object-fit:contain;
object-position:center;
max-width:100%;
height:300px;
}
.star-rating {
float:none;
display:block;
margin-left:auto;
margin-right:auto;
}
Подробнее здесь: https://stackoverflow.com/questions/492 ... stom-theme