Want the collection images to be 100% of Home page

I want to make this section images to be 100% that mean full. please help me with the the css code

Link: https://bavariatrachten.com/

Hello There,

1.In your Shopify Admin go to online store > themes > actions > edit code
2.Find Asset >theme.scss.css and paste this at the bottom of the file:

.product-card .product-card__image {
height: auto;
line-height: normal;
}
1 Like

Pallavi you are great. Thank you that is working. Please another help, Review stars are left align. can we fix it to middle,

Hello There,

1.In your Shopify Admin go to online store > themes > actions > edit code
2.Find Asset >theme.scss.css and paste this at the bottom of the file:

.opinew-stars-plugin-product-list .opinew-stars-plugin-link {
text-align: center;
}
1 Like

Great work

its working

Thank you

1 Like

Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.