Created
June 26, 2024 15:41
-
-
Save amberhinds/4b2410ee45cd9e239f88df71de4709a7 to your computer and use it in GitHub Desktop.
Position Elementor Slides Pause Button Bottom Right
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
selector #pause-button-0 { | |
position: absolute; | |
bottom:5px; | |
right: 5px; | |
z-index: 999; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment