• JenynGold

    (@jenyngold)


    I wanted to know if this plugin has standard button or HOW to change word text line spacing please?

    For example when sometimes using say a larger font choice you have added to text or a head line sometimes ends up where the words under each other almost touching and looking cramped …..so just need to know how one would add more spaces between sentences using this plugin?

    https://wordpress.org/plugins/tinymce-advanced/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Andrew Ozz

    (@azaozz)

    This is controlled by your theme’s style.css. Edit it and set line-height: 1.5; for the elements you want bigger line spacing.

    Hi Andrew, is there a way to play with line spacing on single lines instead of targeting the theme in general?

    Plugin Author Andrew Ozz

    (@azaozz)

    @jberazo not unless you wrap the single line in a SPAN tag. Then style="line-spacing: whatever can be added on that span.

    profitpad

    (@profitpad)

    Andrew can you give an example of how to add a span with demo text and also tell where to add it ?

    Plugin Author Andrew Ozz

    (@azaozz)

    For testing you can do that in the Text editor. Add paragraphs with inline styles, line by line:

    <p style="line-spacing: 2;">Text text...</p>
    
    <p style="line-spacing: 2.5;">More text...</p>

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How do I change line spacing height please’ is closed to new replies.