Adjust the margin around display of variable product price on single product page
This commit is contained in:
parent
cbe07cf35e
commit
50690010c6
|
@ -535,6 +535,10 @@ dl.variation,
|
|||
}
|
||||
}
|
||||
|
||||
.woocommerce-variation-price {
|
||||
margin: 2rem 0;
|
||||
}
|
||||
|
||||
.woocommerce-product-rating {
|
||||
margin: -1rem 0 4rem;
|
||||
line-height: 1;
|
||||
|
|
Loading…
Reference in New Issue