Line Spacing Issue

Discussion in 'Local Business WordPress Theme' started by 1stopnonprofitshop, Aug 10, 2016.

  1. 1stopnonprofitshop

    1stopnonprofitshop Guest

    Joined:
    Jul 18, 2014
    Messages:
    276
    Likes Received:
    0
    Is there a code I can add to CSS to and a little more spacing between lines? They seem very tight together. I manually corrected this for the Social Media page, but don't want to have to go edit code for each individual page if I can just use a general code.

    www.1stopnonprofitshop.com
     

    Attached Files:

  2. priya

    priya Guest

    Hi,

    Greetings from InkThemes!

    For that, code is given below..
    Code:
    .fullwidth p {
        line-height: 30px;
    }
    Hope it will resolve your issue

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. 1stopnonprofitshop

    1stopnonprofitshop Guest

    Joined:
    Jul 18, 2014
    Messages:
    276
    Likes Received:
    0
    That didn't seem to help the spacing issue.
     
  4. priya

    priya Guest

    Hi,

    Please clear your cache and check the result after that..

    Or, you can try below code as well.
    Code:
    p {
      line-height: 30px;
    }
    NOTE: Change the numeric value as per your requirement..

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. 1stopnonprofitshop

    1stopnonprofitshop Guest

    Joined:
    Jul 18, 2014
    Messages:
    276
    Likes Received:
    0
    Neither one of those codes seem to be working. I tried both, cleared my cache, and it still didn't make any changes. I wonder if something is blocking the code.
     
  6. priya

    priya Guest

    Would you please deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    Hope it will resolve your issue

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page