White car below the footer on cart page

Massive white bar underneath the footer on the cart page, it will only get filled once items are added to the cart. Is there any way to fix this? It’s really annoying.

Hi @volkswagenlover

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

main#MainContent {
    min-height: 80vh !important;
}

Result

Best,

Liz