Shopify themes, liquid, logos, and UX
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
Solved! Go to the solution
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;
}
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;
}
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025