Created
April 27, 2016 20:00
-
-
Save bpmore/6a2b7ed31c0b3ce308a9a07773ae28b9 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%; | |
border: none; | |
padding: 0; | |
} | |
.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