• good morning,

    i would like to change the line spacing between each line inside a paragraph,

    i have found some other posts for resolve the problem of the space between the paragraph but nothing working for the line spacing,( in twenty fourteen,)

    thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi parcoursdecineastes,

    Hope you’re doing well ??

    Adding this CSS should do the trick with Twenty Fourteen theme:

    p {
        line-height: 1.1;
    }

    You can use plugin like this one for this additional CSS. That way you’re protected when you come to upgrade.

    You can adjust the spacing to your liking by changing 1.1 value in code.

    Cheers,
    Predrag

    Thread Starter parcoursdecineastes

    (@parcoursdecineastes)

    hey ! thanks for your answer , i have tried it and it doesn’t seem to work,,

    could you tell me where in the editor space i am supposing to enter the values ?
    i have created a twenty fourteen child, and i put it in the end of the style.css but nothing is happening even when i change the values,

    thanks

    Hi parcoursdecineastes,

    It should be working with child theme as well, could you share your site URL so I could check it with browser inspector tool to see if the code is even loaded and if it is why the changes are not showing?

    Cheers,
    Predrag

    Hi Predrag,

    Thank you so much. Your one line of code has solved my longstanding problem.

    Cheers ??
    MBJ

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘line spacing twenty fourteen’ is closed to new replies.