Hello,
I have run into a problem with the product page on the Dawn theme. On products that do not have photos, the product name and price are merging and look very bad. What is the best way to fix this?
Hello,
I have run into a problem with the product page on the Dawn theme. On products that do not have photos, the product name and price are merging and look very bad. What is the best way to fix this?
Hi @koralking
Please follow these steps:
.card__inner.color-background-2.gradient.ratio:not(.card__media) .card__heading {
padding-top: 19rem;
}
.card__inner.color-background-2.gradient.ratio:not(.card__media) .card__information {
padding-left: 0px;
}
I hope that it will work for you.