Skip to content

Instantly share code, notes, and snippets.

@whistlerbrad
Last active August 14, 2018 19:19
Show Gist options
  • Save whistlerbrad/05e791831b72634e75fa398e901b121e to your computer and use it in GitHub Desktop.
Save whistlerbrad/05e791831b72634e75fa398e901b121e to your computer and use it in GitHub Desktop.
CSS for full-width product and description above
/* -- code to force full-width product pages -- */
@include at-query($max, $small) {
.product-description {padding-left: 30px;padding-right: 30px;}
}
.product-description--below {margin-top: 0px; }
/* - end - */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment