Hey, the image of the ‘complete the look’ section (right under product) is very big on desktop. How can I make it smaller?
Password: sawbaw
Hey, the image of the ‘complete the look’ section (right under product) is very big on desktop. How can I make it smaller?
Password: sawbaw
@Pam9 ,
Share the screenshot
can you please try this code
@media screen and (min-width: 769px) {
.shop-the-look .collection--slider .product-item {width: 20%;}
}
Hi @Pam9 ,
You can follow the instruction below:
@media (min-width: 992px) {
.shop-the-look .collection--slider .product-item {
width: 25%;
}
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
Thank you!