Created
January 27, 2018 12:03
-
-
Save kabbo508/eb37b50fe3d4c555448042180430fa45 to your computer and use it in GitHub Desktop.
This file contains 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
@media only screen and ( min-width:981px ) { | |
/* Set the slider height */ | |
.et_pb_slider, .et_pb_slider .et_pb_container { | |
height: 425px !important; | |
} | |
.et_pb_slider, .et_pb_slider .et_pb_slide { | |
max-height: 425px; | |
} | |
.et_pb_slider .et_pb_slide_description { | |
position: relative; | |
top: 25%; | |
padding-top: 0 !important; | |
padding-bottom:0 !important; | |
height:auto !important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment