Skip to content

Commit

Permalink
Fix plugin displayed incorrectly if hooked in form.cart product pages
Browse files Browse the repository at this point in the history
  • Loading branch information
crftwrk committed Nov 14, 2023
1 parent eff66d7 commit 2264033
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scss/bootscore_woocommerce/_wc_product_single.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ WooCommerce Single Product
.woocommerce {
div.product form.cart {
display: flex;
flex-wrap: wrap;

div.quantity {
float: none;
Expand All @@ -28,7 +29,6 @@ WooCommerce Single Product
// WooCommerce breakpoint is at 769px
@media (min-width: 769px) and (max-width: 991px) {
.woocommerce div.product form.cart {
flex-wrap: wrap;

div.quantity {
margin-right: auto;
Expand All @@ -37,5 +37,3 @@ WooCommerce Single Product
}
}
}

// Quantity and add to cart button END

0 comments on commit 2264033

Please sign in to comment.