Home › Forums › WoodMart support forum › Update Woodmart Error › Reply To: Update Woodmart Error
May 5, 2021 at 4:31 pm
#289873
Elise Noromit
Member
Hello,
If you want to change the width of the image, please add this code:
@media (min-width: 398px) and (max-width: 767px) {
body .product-list-item .product-element-top {
max-width: 200px;
}
}
In order to make the code work properly, the min-width in this code should coincide with the min-width of the previous code.
Best Regards