Skip to content

Instantly share code, notes, and snippets.

@bradpotter
Last active November 3, 2016 16:58
Show Gist options
  • Save bradpotter/39bb6fd511e01580edb6 to your computer and use it in GitHub Desktop.
Save bradpotter/39bb6fd511e01580edb6 to your computer and use it in GitHub Desktop.
Full Width Slider on Education Pro Theme
.education-pro-home #genesis-responsive-slider {
max-width: 100%;
}
.education-pro-home .flexslider {
max-width: 100%;
}
.education-pro-home .flexslider .slides img {
width: 100%;
}
@sco-tt
Copy link

sco-tt commented Nov 3, 2016

Thank you Brad!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment