Skip to content

Instantly share code, notes, and snippets.

@magician11
Created March 14, 2014 15:04
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 magician11/9549450 to your computer and use it in GitHub Desktop.
Save magician11/9549450 to your computer and use it in GitHub Desktop.
Enable full width on Dynamik
/* to enable full width: */
body.full-width-background div.site-container,
body.full-width-background div#inner,
body.full-width-background div#inner div.wrap,
body.full-width-background div#content-sidebar-wrap,
body.full-width-background div.content-sidebar-wrap,
body.full-width-background div#content,
body.full-width-background main.content,
body.full-width-background div.site-inner,
body.full-width-background div.site-inner article,
body.full-width-background div.site-inner div.wrap {
max-width: none !important;
padding-left: 0 !important;
padding-right: 0 !important;
width: 100% !important;
}
@magician11
Copy link
Author

Add the above CSS to My Custom CSS and add full-width-background to the custom body class for a page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment