Skip to content

Instantly share code, notes, and snippets.

@andrewvink
Last active August 29, 2015 13:58
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 andrewvink/10400487 to your computer and use it in GitHub Desktop.
Save andrewvink/10400487 to your computer and use it in GitHub Desktop.
Aperture - Fluid Slideshow
/*
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