Skip to content

Instantly share code, notes, and snippets.

@wpflames
Created January 25, 2021 17:07
Show Gist options
  • Select an option

  • Save wpflames/1f7f575a70973fe8af1031eb916dea60 to your computer and use it in GitHub Desktop.

Select an option

Save wpflames/1f7f575a70973fe8af1031eb916dea60 to your computer and use it in GitHub Desktop.
Sticky footer in Storefront
/* Sticky Footer
/************************************/
.site {
display:flex;
flex-direction:column;
min-height:100vh;
}
.site-content {
flex:1;
width: 100%;
padding: 20px 0;
word-wrap: break-word;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment