Skip to content

Instantly share code, notes, and snippets.

@ejntaylor
Created October 4, 2013 14:40
Show Gist options
  • Save ejntaylor/6827038 to your computer and use it in GitHub Desktop.
Save ejntaylor/6827038 to your computer and use it in GitHub Desktop.
Adds a full width area to Woo Canvas theme
html, body {
overflow-x: hidden;
height: auto;
}
#container {
padding-right: 3000px;
margin-right: -3000px;
padding-left: 3000px;
margin-left: -3000px;
background-color: #c00;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment