NO BUG: Woocommerce custom my account page - Footer doesn't stay at bottom

Browser: Chrome 110
OS: Windows

When creating a custom My account page for Woocommerce, and then creating a custom template for it (For example: My account - Edit account) which has more content than the dashboard, the footer stays at the initial height and doesn’t stay at the bottom, beneath all the content. In desktop I have been able to solve this creating a 100vh height container (not ideal but it does the job), but in mobile this doesn’t work.

That creates a problem beause the footer stays on top of the content and prevents the user from editing their account info or seeing what content is there. Hope I was clear. I cannot offer a link to see as it requires an account, but I will be happy to show privately if needed.

Try 100dvh instead of vh.

Hi @astrerteemer ,
Welcome to the forum!

First of all, you should not use height, but min-height to prevent overflowing content on smaller screens. Sridhar’s suggestion should work in your case. Alternatively, you can give #brx-content a certain min-height to solve the problem (Bricks » Settings » Custom CSS).

Best regards,
timmse