Spaces between lines and align left short and long descriptions
-
How can I reduce the spaces between lines in short and long descriptions? Is it possible to regulate separately or does it apply to both?
And how to align both the short and long descriptions to the left?
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.wc-tabs-wrapper .woocommerce-Tabs-panel {
line-height: 22px;
}
.woocommerce-product-details__short-description {
line-height: 20px;
}
Go to layouts > Add new > Set the layout type single product and choose the layout design as you want.
Best Regards.