Reduce Line Height in Product Description - Dawn Theme

Hi @JustLitWicks ,

You can try replace previous my code by below code:

.product__description.rte {
    line-height: 1.3 !important;
}
.product__description.rte p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.product__description.rte p + p {
    margin-top: 10px !important;
}

I hope it would help you
Best regards,

Richard | PageFly

2 Likes