[Support request] Maximum characters per line in paragraph

Home Forums Support [Support request] Maximum characters per line in paragraph

Home Forums Support Maximum characters per line in paragraph

  • This topic has 3 replies, 2 voices, and was last updated 4 years ago by David.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #921720
    James

    Hi,

    I need to set the maximum characters per line in all paragraphs to a specific number, such as 65 max characters per line. How do I do this as it is important for me.

    Many thanks.

    #921728
    David
    Staff
    Customer Support

    Hi there,

    so if you want all of your paragraphs to be roughly 65 characters long (Based on the width of ‘0’ and without spaces.) then add this CSS:

    p {
        max-width: 65ch;
    }
    #921787
    James

    Thanks much appreciated 🙂

    #921804
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.