Home Forums WoodMart support forum Spaces between lines and align left short and long descriptions

Spaces between lines and align left short and long descriptions

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #498438

    Pindorama
    Participant

    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?

    #498548

    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.

Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)