Make the title/price spacing work for Products without rating and short description.
This commit is contained in:
parent
962e9292b1
commit
cf377a643a
|
@ -386,16 +386,13 @@ dl.variation,
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.entry {
|
|
||||||
|
|
||||||
.entry-title {
|
.entry-title {
|
||||||
margin-top: 0;
|
margin: 0 0 2.5rem;
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.summary {
|
.summary {
|
||||||
|
|
||||||
|
@ -405,7 +402,7 @@ dl.variation,
|
||||||
}
|
}
|
||||||
|
|
||||||
.woocommerce-product-rating {
|
.woocommerce-product-rating {
|
||||||
margin: 1rem 0 4rem;
|
margin: -1rem 0 4rem;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
font-size: 1.4rem;
|
font-size: 1.4rem;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue