Hi, I’m bulding an artist portfolio site using FSE and the new default theme, because I wanted to give it a shot!
The pages obviously have different amount of content, so the footer is always at a different spot – higher and lower. I could yet not figure out the best way to set my own page height for the entire site – like min-height 800px or something.
There is no built in feature as far as I know. I also don’t see the option to edit theme files and couldn’t figure out what selector to use. I would be happy to hear some suggestions how to achieve this (child theme), or some better ways to this. Thanks.
[ad_2]
I’m on my phone and always have to try it in browser to remember exactly which goes on which, but:
“`
html {
min-height: 100%;
height: 100%;
}
body {
height: 100%;
}
“`