Last active
August 14, 2018 19:19
-
-
Save whistlerbrad/05e791831b72634e75fa398e901b121e to your computer and use it in GitHub Desktop.
CSS for full-width product and description above
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* -- 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