-
-
Save steve-ryan/2344d16f7a41644588e05a9e0519c06c to your computer and use it in GitHub Desktop.
Sticky fixed column elementor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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