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,14 +386,11 @@ dl.variation,
display: none;
}
.entry {
.entry-title {
margin: 0 0 2.5rem;
.entry-title {
&::before {
margin-top: 0;
&::before {
margin-top: 0;
}
}
}
@ -405,7 +402,7 @@ dl.variation,
}
.woocommerce-product-rating {
margin: 1rem 0 4rem;
margin: -1rem 0 4rem;
line-height: 1;
font-size: 1.4rem;