How Can I remove the white gap in the cart page

Solved

How Can I remove the white gap in the cart page

MaisonBillonDon
Explorer
86 0 15

How can I remove the white gap on my cart page ? I'm not sure why it appears like this. I've included photos. 

 

Theme: Origin

URL: billon.maison

 

Screenshot 2025-02-01 at 8.51.11 AM.pngScreenshot 2025-02-01 at 8.51.19 AM.png

Bravo Billón
Accepted Solution (1)

CodingFifty
Shopify Partner
595 93 115

This is an accepted solution.

Hi @MaisonBillonDon,


Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.

 

#shopify-section-template--15894320513090__cart-items {
    height: 56vh !important;
}

#shopify-section-template--15894320513090__cart-footer {
    height: 0vh !important;
}

CodingFifty_0-1738419263273.png

 

 

Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com

View solution in original post

Reply 1 (1)

CodingFifty
Shopify Partner
595 93 115

This is an accepted solution.

Hi @MaisonBillonDon,


Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.

 

#shopify-section-template--15894320513090__cart-items {
    height: 56vh !important;
}

#shopify-section-template--15894320513090__cart-footer {
    height: 0vh !important;
}

CodingFifty_0-1738419263273.png

 

 

Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com