Skip to content

Instantly share code, notes, and snippets.

@stuartduff
stuartduff / move-storefront-product-sharing-buttons-below-descripton.css
Last active January 5, 2021 02:24
Move storefront product sharing icons below the description on the WooCommerce product page.
@media screen and (min-width: 768px) {
.storefront-product-sharing {
padding: 0 0 2.618em 0 !important;
border-top: 0 !important;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
margin-bottom: 2.618em;
}
}