Last active
November 3, 2016 16:58
-
-
Save bradpotter/39bb6fd511e01580edb6 to your computer and use it in GitHub Desktop.
Full Width Slider on Education Pro Theme
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
.education-pro-home #genesis-responsive-slider { | |
max-width: 100%; | |
} | |
.education-pro-home .flexslider { | |
max-width: 100%; | |
} | |
.education-pro-home .flexslider .slides img { | |
width: 100%; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you Brad!