Replies: 1 comment
-
It's not a configurable option. But you can modify the theme's CSS to achieve that. I think the following CSS should work: .main-container {
align-items: unset !important;
}
.site-footer {
margin-top: auto;
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to force the footer to the bottom even on short/empty pages?
Beta Was this translation helpful? Give feedback.
All reactions