How to reduce vertical spacing between lines on webpages.

Discussion in 'RoadFighter WordPress Theme' started by gloryous, Aug 21, 2015.

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

    gloryous Member

    Joined:
    May 25, 2012
    Messages:
    223
    Likes Received:
    8
    My client would like tighter vertical spacing between lines on webpages; i.e., reduction of the line height. Is this possible? If so, how to accomplish?

    Thanks,
    Glory
     
  2. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    It would be our pleasure to serve you.

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

    Code:
    p {   
        line-height: 16px !important;
    }
    
    Note:- Change line height according to your requirement

    Hope it will resolve your issue :)

    Thanks & Regards!
    Nitin
    InkThemes.com
     
    gloryous likes this.
  3. gloryous

    gloryous Member

    Joined:
    May 25, 2012
    Messages:
    223
    Likes Received:
    8
    Nitin,

    It resolved my issue.

    Thank you ... and regards.

    Glory
     
Thread Status:
Not open for further replies.

Share This Page