Line Spacing

This topic contains 2 respuestas, has 3 voices, and was last updated by  JaswinderSingh Hace 5 años, 3 meses.

  • Author
    Entradas
  • #31244

    Anónimo

    Does someone know how I can change the default spacing between lines in my eXe Style?

    I find that the default line spacing it too big, so I must either delete the blank lines between paragraphs or find a way to decrease the line spacing in my style.

  • #31249

    Ignacio Gros
    Keymaster

    Hi,

    You can add something like this to the content.css file of your Style:

    body{line-height:1em}
    body p{margin:.5em 0}

    Use this to change the margin and the line height of the paragraphs:

    body p{margin:.5em 0;line-height:1em}

    I hope it helps.

  • #31253

    thanks for sharing

You must be logged in to reply to this topic.

Skip to content