Align footer to bottom of page
-
Hi,
I am trying to align the footer to the bottom of the page (https://ergovoryou.at/impressum/), but I don’t want a fixed footer. I’m using the OceanWP free version and the Elementor free version. I already tried following CSS code (I got ith from this website: https://daveden.co.uk/tutorials/align-footer-to-bottom-of-page):
body{ min-height: 100vh; display: flex; flex-direction: column; } footer{ margin-top: auto; }
Is there any way of aligning the footer to bottom without using a fixed footer?
Thank you in advance!
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Align footer to bottom of page’ is closed to new replies.