Shopify themes, liquid, logos, and UX
Hi,
I would like the photos of the products cards to be seen in full width and that the background of another color is not seen. can you help me I attach photo.
Solved! Go to the solution
This is an accepted solution.
@Juanchila0 - add this
.card .card__inner .card__media {
margin: 0 !important;
width: 100% !important;
border-radius: var(--border-radius) !important;
}
@Juanchila0 Can you please share this page link?
purasmile.it
@Juanchila0 please add this css to the very end of your base.css file and check,
Shopify Admin -> Online Store ->Theme -> Edit code -> base.css
.card--standard .card__media {
margin: 0 !important;
width: 100% !important;
border-radius: var(--border-radius) !important;
}
Thanks it worked.
I have the same issue in the product grid:
This is an accepted solution.
@Juanchila0 - add this
.card .card__inner .card__media {
margin: 0 !important;
width: 100% !important;
border-radius: var(--border-radius) !important;
}
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025