Footer position changed erroneously - what to do?
Hi,
I created a footer template for the entire site https://www.stromboli.at/.
Now something changed - just for the mobile view - and I'm not sure, if this came with the theme update that I made yesterday.
The footer now is on the top of the pages, not at the bottom.
As a quick and dirty (and not satisfying) workaround I put the following css:
footer{
position:absolute;
bottom:-3550px;
}
If you look at the site (mobile view), and remove the css above to see the problem, what do you think changed the correct positioning of the footer and how should this problem be solved ideally?
Thx in advance and best regards
Markus
Comments
Hi,
It seems that some extra custom CSS causes it.
I removed all custom CSS from the website source, and the Footer is in the correct position.
As you can see on the screenshot, this is the top of this page.
Please go to Appearance -> Customize, remove your CSS individually, and check which one causes it.
Best regards