You can turn the theme image cropping off in the theme options > shop settings.
Then it will show based on your woocommerce settings.
Is that what you mean?
Kadence Themes
Thread Starter
kech17
(@kech17)
It is what I mean.
However, I’m able to adjust the image size but the “border” and “Add to Cart” button still spans the original size.
| – – – | <–border
| | Img | |
| | | |
| |_ _ _| |
| |
————-
|Add to Cart|
————-
Is there a way to let the border “stick” to the image size?
Thread Starter
kech17
(@kech17)
View post on imgur.com
[Moderator Note: Please ensure that you are embedding links correctly in your posts. Link corrected.]
Hmm try this, add this css to your custom css box in the theme options:
.products div.product {
max-width: 200px;
margin-left: auto;
margin-right: auto;
}
Kadence Themes