Cart Page – page height – footer gap
-
Hi support,
I’m getting a white bar that sits below the footer ONLY on the cart page with an item present. Remove the item, the page refreshes to “you have no items” and the white bar disappears. I can fill the white bar with the footer background colour to make it blend in, but should the cart page not flex to full height regardless of content and screen size?
Hello,
Try to add the following custom CSS in Theme settings > Custom CSS.
@media (min-width: 1980px) {
.wd-page-wrapper {
min-height: 100vh;
display: flex;
flex-direction: column;
}
.wd-page-content {
flex: 1;
min-height: auto; /* override 50vh */
}
}
Best Regards
Appreciate that. Thanks.
AM
Hello,
You’re Most Welcome!
Feel free to write back anytime. If you need further assistance, we are always here to help you.
If you have a minute, we’d truly appreciate your feedback — it helps us improve the product and shape future updates more effectively. We’d love your feedback on our theme: https://tally.so/r/w4l54k
Thanks for contacting us.
Have a great day.
Topic Closed.
Best Regards.
The topic ‘Cart Page – page height – footer gap’ is closed to new replies.