Aleš Sýkora / December 2, 2020 / 0 comments

Footer at the bottom of page Oxygen Builder

Post summary: Push your footer to the bottom in oxygen builder.

If you need to push your footer section to the bottom (for responsive design) use this in your custom CSS in Oxygen Builder.

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  display: flex;
  flex-direction: column
}
html {
  height: -webkit-fill-available;
}
footer {
margin-top:auto;
}

Fuel my passion for writing with a beer🍺

Your support not only makes me drunk but also greatly motivates me to continue creating content that helps. Cheers to more discoveries and shared success. 🍻

0 comments

Share Your Thoughts