Hello… I tried to apply fixes I found in the forum, but they seem to be from X theme, or from 2 years ago and no longer seem to work.
I need my footer to stay at the bottom of the viewport if the content is sparse, but not stay fixed if the content is actually greater than the viewport area…
This is mainly only an issue on the My Account page for woocommerce… but would be an issue on any page with limited content.
There was a fix in the forum from 2018 that said this:
@media (min-width: 980px) {
.x-container.max.width.offset {
min-height: calc(100vh - 100px);
}
}
So I tried that, but it doesn’t do anything.
Additional Note: I tried to apply settings to the footer container… but I didn’t know how to accomplish the same thing… if possible. If it is, I’d prefer to use the settings.
Can you tell me the CSS and an optional settings method? That way I can try both.
Please help. Thanks!