Skip to content

Instantly share code, notes, and snippets.

@squill
Created January 18, 2019 08:39
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 squill/87e8eadf68dcc62ee766d1ddad73b1c2 to your computer and use it in GitHub Desktop.
Save squill/87e8eadf68dcc62ee766d1ddad73b1c2 to your computer and use it in GitHub Desktop.
2019 WordPress theme - text full width
/* to make page content full width */
body.page .entry .entry-content > *, .entry .entry-summary > * {
max-width: none;
}
/* to make posts content full width */
.entry .entry-content p
{
max-width: none;
}
/* to make shop content full width */
.woocommerce .content-area .site-main
{
max-width: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment