white space when opening empty cart

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:

  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 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

  1. Customize theme

  1. edit cart

  1. Click on items and enter the code
.gradient {
  min-height: auto !important;
}