Products: Reduce padding for description below area
Example:
After:
Code to use:
/* -- code to reduce padding for product description below section -- */ .product-page { padding-bottom: 0px; } .product-description--below { margin-top: 30px; } .tabs-wrapper { padding-top: 0px; } @include at-query($max, $small) { .product-description--below { margin-top: 0px } } /* - end - */
Where do I add the code?
Use this link to learn where exactly to add this code snippet: