Collection list card

Solved

Collection list card

semedo61
Tourist
6 0 2

I want the picture in the collection card to be the full card size, just like on the picture below.

 

Mine:

Schermafbeelding 2024-09-25 om 13.48.55.png

 

Example:

Schermafbeelding 2024-09-25 om 13.46.20.png

Accepted Solution (1)
Moeed
Shopify Partner
5334 1443 1727

This is an accepted solution.

Hey @semedo61 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.card--card .card__inner .card__media {
    margin: 0 !important;
    width: 100% !important;
}
</style>

RESULT:

Moeed_0-1727269242823.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 4 (4)

Moeed
Shopify Partner
5334 1443 1727

Hey @semedo61 

 

I'm unable to locate this section on your website, if you have it disabled then can you please enable it?

 

Best Regards,

Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


semedo61
Tourist
6 0 2

Hi, can you try again?

https://finessesportswear.nl/

Moeed
Shopify Partner
5334 1443 1727

This is an accepted solution.

Hey @semedo61 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.card--card .card__inner .card__media {
    margin: 0 !important;
    width: 100% !important;
}
</style>

RESULT:

Moeed_0-1727269242823.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


semedo61
Tourist
6 0 2

Thanks a lot.

Is it also possible to remove the border line completely.