Last active
August 29, 2015 13:58
-
-
Save andrewvink/10400487 to your computer and use it in GitHub Desktop.
Aperture - Fluid Slideshow
This file contains hidden or 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
/* | |
Yousemble - Aperture Theme | |
------------------------------ | |
This snippet will allow you to create a full width or fluid slideshow in the "header" position of the Aperture theme | |
NOTE: Any block added to the header will be 100% in width | |
*/ | |
/* Remove Header Padding */ | |
.header { | |
padding: 0; | |
} | |
.header .canvas, | |
.header .yssldgal li, | |
.header .yssldgal img { | |
width: 100%; | |
} | |
.header .block { | |
margin-left: 0px; | |
margin-right: 0px; | |
} | |
.header .canvas { | |
padding-left: 0px; | |
padding-right: 0px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment