Make the product rating a bit less prominent, let the price have some more space.
This commit is contained in:
parent
9c74bf79ea
commit
572ac52cb3
|
@ -398,8 +398,9 @@ dl.variation,
|
||||||
}
|
}
|
||||||
|
|
||||||
.woocommerce-product-rating {
|
.woocommerce-product-rating {
|
||||||
margin-bottom: 2rem;
|
margin: 1rem 0 4rem;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
|
font-size: 1.4rem;
|
||||||
|
|
||||||
.star-rating {
|
.star-rating {
|
||||||
float: left;
|
float: left;
|
||||||
|
|
Loading…
Reference in New Issue