Hello,
Is there a way for me to make my products pictures all one size? I would like there to be two pictures per row.
Here is an example of what I want:
Here is what mine looks like:
Thank you
Hello,
Is there a way for me to make my products pictures all one size? I would like there to be two pictures per row.
Here is an example of what I want:
Here is what mine looks like:
Thank you
Hi @YIVAN
you can try this way:
Result:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you
Hi @YIVAN
Check this one.
@media screen and (min-width: 990px) {
.product:not(.product--columns) .product__media-list .product__media-item:first-child {
width: unset;
max-width: unset;
}
}
And Save.
Result: