• Resolved kufloyd

    (@kufloyd)


    Hi,

    I’d like to spread out the text in a post/page so that there are more words per line. For example, [ redundant link removed ] has:
    “What happens when two strangers meet unexpectedly on a beach on a quiet
    winter night during the pandemic? They each have their own reasons for being
    there. What follows is a story of how the night is transformed for each of them.”

    I’d like to have this be covered in 2 lines instead of 3 (so have more words per line). What’s the setting that controls that?

    Thanks.

    • This topic was modified 2 years, 6 months ago by Jan Dembowski.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Add this in Customizer > Additional CSS:

    .post-thumbnail, .entry-content .wp-audio-shortcode, .entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce), [class*="inner-container"] > :not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce), .default-max-width, .wp-block-search, hr.wp-block-separator:not(.is-style-dots):not(.alignwide), .entry-content > .alignleft, .entry-content > .alignright, .author-bio, .search-form {
     max-width: 800px;
    }

    You can change the value of 800px as your wish.

    Thread Starter kufloyd

    (@kufloyd)

    Thanks for the quick reply…that fixed the issue.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Spreading text out a bit’ is closed to new replies.