Last active
November 29, 2022 23:02
-
-
Save oooh-boi/7acd2ca65cacfcceaa16d190baf5748c to your computer and use it in GitHub Desktop.
Show More - Show Less content in Elementor by using the GSAP (css)
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
body:not(.elementor-editor-active) .ob-unfold .ob-content { overflow: hidden; height: 200px; } | |
body:not(.elementor-editor-active) .ob-unfold .ob-blanket { cursor: pointer; z-index: 100; } | |
/* If you plan to use variable initial heights... */ | |
/* | |
body:not(.elementor-editor-active) .ob-unfold .ob-content.ob-height-300 { height: 300px; } | |
body:not(.elementor-editor-active) .ob-unfold .ob-content.ob-height-toggle { height: 0px; } | |
*/ | |
/* don't forget to append these classes to your ob-content in Elementor !!! */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment