Make the title/price spacing work for Products without rating and short description.

This commit is contained in:
Peter Fabian 2019-11-22 16:56:31 +01:00
parent 962e9292b1
commit cf377a643a
1 changed files with 4 additions and 7 deletions

View File

@ -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;