Skip to content

Instantly share code, notes, and snippets.

@angelcosta
Created August 3, 2024 01:56
Show Gist options
  • Save angelcosta/f856050502d40c0ac0c82cd56bd80de5 to your computer and use it in GitHub Desktop.
Save angelcosta/f856050502d40c0ac0c82cd56bd80de5 to your computer and use it in GitHub Desktop.
Useful elementor shid
//push footer to bottom
body{
min-height: 100vh;
display: flex;
flex-direction: column;
}
body.admin-bar {
min-height: calc(100vh - 32px);
}
footer{
margin-top: auto;
}
link whole icon block
.elementor-widget-icon-box a:after {
content: ""; display: block !IMPORTANT; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment