But when viewed in the browser, the footer decides to go back to top, how can I get it to stay at the bottom. I have republished, so that is not the problem.
Your Main area is empty. There is no content in it, or a block with a fixed height. It is for this reason that your footer follows immediately after the site header, because there is nothing between them.
Place the content or container with the specified height in the center area, then the footer will be placed at the bottom of the page.
Hi, that did not really work out. By Flexbox, do you mean to put a Flex Container into Main.
But then how do you get it to use 100% space down to where the footer should be?
Thank you for the hint, I had already found and done this, which is why my footer is at the bottom of the page INSIDE wappler, but not at the bottom in my browser (chrome).
Not once in this tutorial does the narrator try his web site in a browser, which is where the problem is.
I trimmed my style.css to exactly match the one in the tutorial and checked that it was being saved to the web site proper, it was, so I am perplexed. IS this a reportable bug?
If you are not seeing the same way in your browser, then it’s probably caching your old CSS, so you just need to clear the browser cache and reload the page.