Skip to main content

Text input into WYSYWIG in WooCommerce Dashboard - set paragraph height to next line not 1/1.2 lines or 2

Comments

2 comments

  • Ariel H.

    Hi Tushita,  
      
    Thanks for reaching out. To adjust the paragraph spacing behavior, please try adding the following CSS:

    .brz .brz-rich-text[data-brz-translate-text="1"] > * {
      white-space: normal !important;
    }

    You can add this in Appearance > Customize > Additional CSS.

    This should help prevent the automatic extra spacing between paragraphs when pressing return once. Let us know if it works for you.

    Best regards,  
    Ariel H.

    0
  • KC George

    Hello Tushita,

    When you say using WYSIWYG in WooCommerce, are you referring to adding Product Short Description and Product Description to WooCommerce Products? To have paragraphs without spaces in between them, please use "Shift" + "Enter" instead of the "Enter" key.

     

    0

Please sign in to leave a comment.