Cannot get footer to stick to bottom of page without a white line

Hello Everyone,

The footer does not stay in the bottom of the page when your in the cart. Homepage works well and the other pages as well, Only the cart. Please help!!!


This is how far i got it but idk why it doesnt get further down, tried allot off different things but it did not work.

Best regards,

Glenn

@GlennK92

Please add the following CSS code to your assets/stylesheet.css bottom of the file.

.template-cart .main__content-wrapper {
    min-height: 830px !important;
}

Thanks!

1 Like

Thank you so much!

It worked perfectly!

Why did you do it with min-height? Im new to CSS just to try and understand :slightly_smiling_face:

Best,

Glenn

@GlennK92

min-height means the minimum height of your div container of the cart page. other pages’ height all ready big but the cart page height is so small.

Thanks! Welcome again

1 Like

@dmwwebartisan

Thank you for the explanation! How you say it is very logical!

Thank you!