How to increase line spacing

Discussion in 'Squirrel WordPress Theme' started by midtownmft, Jun 3, 2013.

  1. midtownmft

    midtownmft New Member

    Joined:
    Mar 2, 2013
    Messages:
    23
    Likes Received:
    0
    I changes the px of the body font from 13 to 14 and now the spacing between lines is too small. How can I increase the line spacing?
    http://www.newyorkguidance.com

    Thanks!
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    p {
    font-size: 14px!important;
    line-height: 29px!important;
    }
    Adjust its value as per your requirements.
     

Share This Page