Skip to content

Instantly share code, notes, and snippets.

@steve-ryan
Created May 26, 2021 04:37
Show Gist options
  • Save steve-ryan/2344d16f7a41644588e05a9e0519c06c to your computer and use it in GitHub Desktop.
Save steve-ryan/2344d16f7a41644588e05a9e0519c06c to your computer and use it in GitHub Desktop.
Sticky fixed column elementor
.sticky-column{
position: sticky;
position: -webkit-sticky;
top: 3rem;
}
.sticky-parent
.elementor-widget-wrap {
display: block!important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment