Skip to content

Instantly share code, notes, and snippets.

@amberhinds
Created June 26, 2024 15:41
Show Gist options
  • Save amberhinds/4b2410ee45cd9e239f88df71de4709a7 to your computer and use it in GitHub Desktop.
Save amberhinds/4b2410ee45cd9e239f88df71de4709a7 to your computer and use it in GitHub Desktop.
Position Elementor Slides Pause Button Bottom Right
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