Extend collection cards

Extend collection cards

gp961014
Tourist
6 0 4

I want the product collection cards to extend to the right in full width. There's unwanted white space/margin to the right where I marked red. My url is - https://www.theslowclub.ca/ Thank you. 

Screenshot 2025-03-05 at 2.55.58 PM.png

Reply 1 (1)

Moeed
Shopify Partner
7727 2073 2550

Hey @gp961014 

 

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>
@media screen and (min-width: 768px) {
.slider--desktop.grid--4-col-desktop .grid__item {
    width: calc((100% - var(--desktop-margin-left-first-item)) / 4 - var(--grid-desktop-horizontal-spacing)* 4.6) !important;
}
}
</style>

RESULT:

Moeed_0-1741207792390.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

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications