Product card Background Image full width

Solved

Product card Background Image full width

Juanchila0
Tourist
10 0 2

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.

Screenshot 2025-01-25 154906.png

Accepted Solution (1)
suyash1
Shopify Partner
10968 1357 1734

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;
}
To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

View solution in original post

Replies 5 (5)

suyash1
Shopify Partner
10968 1357 1734

@Juanchila0 Can you please share this page link?

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
Juanchila0
Tourist
10 0 2

purasmile.it

suyash1
Shopify Partner
10968 1357 1734

@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;
}

 

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
Juanchila0
Tourist
10 0 2

Thanks it worked.

I have the same issue in the product grid:

Juanchila0_0-1737818808961.png

 

suyash1
Shopify Partner
10968 1357 1734

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;
}
To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.