Skip to content

Instantly share code, notes, and snippets.

@jimboobrien
Created March 21, 2016 15:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jimboobrien/f593b3afabed572d8df8 to your computer and use it in GitHub Desktop.
Save jimboobrien/f593b3afabed572d8df8 to your computer and use it in GitHub Desktop.
/* fix pesky slider */
.et_pb_slides .et_pb_slide { min-height: 500px; }
@media only screen and (max-width: 980px) {
.et_pb_slides .et_pb_slide { min-height: 300px; }
}
@media only screen and ( max-width: 767px ) {
.et_pb_slides .et_pb_slide { min-height: auto; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment