How do i remove this white space when i open a empty cart on my site?
URL:https://www.stbrnstudios.eu/cart
PASSWORD:1234
Issue: Excessive white space appears when the cart is empty on a storefront page (URL and password provided). A screenshot shows a large blank area on the empty cart.
Latest guidance (most recent):
Earlier guidance:
Context and notes:
Outcome/Status:
How do i remove this white space when i open a empty cart on my site?
URL:https://www.stbrnstudios.eu/cart
PASSWORD:1234
Hey @Amin_5
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi @Amin_5
.gradient {
min-height: auto !important;
}