Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mkrdip/15e852263aa1dbb86e2a to your computer and use it in GitHub Desktop.
Save mkrdip/15e852263aa1dbb86e2a to your computer and use it in GitHub Desktop.
/* 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