Increase line height

Discussion in 'SwiftRay WordPress Theme' started by suzypow, Mar 16, 2015.

Thread Status:
Not open for further replies.
  1. suzypow

    suzypow Member

    Joined:
    Dec 28, 2011
    Messages:
    60
    Likes Received:
    1
    http://www.taxadvicedirect.co.uk/

    I think the line height needs to be increased...please can you advice me how to increase it slightly so the letters are not touching, thanks
     
  2. sameerwalkar

    sameerwalkar Guest

    Hi,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    p.p2 {
      line-height: 2;
    }
    Regards,
    Sameer
     
  3. suzypow

    suzypow Member

    Joined:
    Dec 28, 2011
    Messages:
    60
    Likes Received:
    1
    Thank you Sameer.

    I am not sure it has made any difference. Any chance you could take a look? Thanks
     
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi suzypow!

    Please use the css code given below in custom css section,
    Code:
    .home_content p {
      line-height: 1.5 !important;
    }
    Thanks,
    Praveen
     
  5. suzypow

    suzypow Member

    Joined:
    Dec 28, 2011
    Messages:
    60
    Likes Received:
    1
    Thank you Praveen, but it doesnt make a difference, the letters are touching from the line above to the line below
     
  6. suzypow

    suzypow Member

    Joined:
    Dec 28, 2011
    Messages:
    60
    Likes Received:
    1
    I have sorted it out now , thanks

    p, fieldset{
    font-family: Quicksand, sans-serif;
    line-height: 2 !important;
    }
     
Thread Status:
Not open for further replies.

Share This Page