Hello,
I’m using a grid layout and have everything set up as desired, but on pages with limited content, the footer appears right where the content ends. Is there a way to ensure the footer always stays at the bottom of the pages with limited content?
This is how the footer appears when there isn’t enough content on the page. I believe it would look better if it were positioned at the bottom of the page, especially given its dark background:
Assuming you aren’t going to change the structure of the grid container I would do it like this:
Thank you. By structure, do you mean the row numbers? I assume I can expand the main section to two columns later, but the header and footer will remain the same.