Skip to content

Instantly share code, notes, and snippets.

@DigitalEssence
Created February 18, 2015 10:35
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 DigitalEssence/55575d8725997c3c55dd to your computer and use it in GitHub Desktop.
Save DigitalEssence/55575d8725997c3c55dd to your computer and use it in GitHub Desktop.
WordPress - Enfold - Make the Content full width of a boxed layout
/* Make the content full width of the boxed section */
.container_wrap.fullsize .container {
padding-left: 0px !important;
padding-right: 0px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment