Created
December 7, 2015 18:30
-
-
Save ericakfranz/e97d4f7f9fa21de43f24 to your computer and use it in GitHub Desktop.
Add an image overlaying a portion of the Soliloquy slider
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
.soliloquy-container .soliloquy-slider:before { | |
display: block; | |
content: ''; | |
width: 50%; | |
height: 100%; | |
position: fixed; | |
right: 0; | |
z-index: 9; | |
background: url('http://www.360fashion.net/wp-content/uploads/2013/01/image-placeholder-500x500.jpg'); | |
background-size: contain; | |
background-repeat: no-repeat; | |
background-position: right center; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment