I recently found an article on reducing image size in the main product page through simple coding, which is fantastic.
I was wondering if anyone out there know how to reduce image size for the product recommendation?
Cheers~
I recently found an article on reducing image size in the main product page through simple coding, which is fantastic.
I was wondering if anyone out there know how to reduce image size for the product recommendation?
Cheers~
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
Hello @macdidilin ,
Hope you are doing well.
By adding custom CSS you can change the size of the image in the product recommendation.
Thanks Binal!
Ok, but where to add and how to set it so it modify the product recommendation?
Here you go
password is password99
Also, how do you show 4 items in total?
yes, please share product recommendation section code so i will check and guide
Hello @macdidilin ,
Thanks for your reply.
Please add the below CSS in your base.css theme file at the bottom:
@media screen and (min-width: 750px)
.grid__item {
max-width: 25% !important;
}
Hello,
I’m also trying to change css on my product page as well.
Can you please help me?
I want my product page to look liket this
full width + half image half description.
Also, on the bottom you may also like section, I want to make this full width as well.
this is my current page
Can you please help me?