Home Forums WoodMart support forum Cart Page – page height – footer gap

Cart Page – page height – footer gap

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #708882

    amasterytchan
    Participant

    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?

    #708921

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    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

    #709521

    amasterytchan
    Participant

    Appreciate that. Thanks.
    AM

    #709536

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    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.

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Cart Page – page height – footer gap’ is closed to new replies.