• After text in a heading (h2), I find that the text below it is too close. However, if I make another paragraph by typing the “enter” key, the spacing is too large.

    How can I change the line spacing after a heading?

Viewing 4 replies - 1 through 4 (of 4 total)
  • You can use custom CSS to change the margin of H2s:

    h2 { margin-bottom: 20px; }

    Thread Starter Ricardo Caicedo

    (@ricardo-caicedo)

    Thanks for the answer.
    I don’t know where to place that code though. Can you please tell me which file, and where in that file can I paste that code?

    The theme’s Custom CSS field under Miscellaneous Settings.
    Change the 20px to the value that suits your design.

    Thread Starter Ricardo Caicedo

    (@ricardo-caicedo)

    Added the ccode in the custom CSS box of Mantra’s miscellaneous settings, then saved it. But no change, even if I make it 100 px.

    Am I doing something wrong?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Line spacing after heading’ is closed to new replies.