Created
August 4, 2015 17:02
-
-
Save mkrdip/15e852263aa1dbb86e2a 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
/* Please edit the slider module and add a custom css id ukpt_slider to it. Add the following code to your css. Change the height as appropriate to match your content. */ | |
@media only screen and (min-width: 1024px) { | |
#ukpt_slider, #ukpt_slider .et_pb_slides, | |
#ukpt_slider .et_pb_slides .et_pb_slide, | |
#ukpt_slider .et_pb_slides .et_pb_slide .et_pb_container { | |
height: 450px; | |
} | |
#ukpt_slider .et_pb_slides .et_pb_slide .et_pb_container { | |
display: table; | |
} | |
#ukpt_slider .et_pb_slide_description { | |
padding: 0px; | |
display: table-cell; | |
vertical-align: middle; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment