How to I Add Extra Padding Above Footer

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

  1. 1stopnonprofitshop

    1stopnonprofitshop Guest

    Joined:
    Jul 18, 2014
    Messages:
    276
    Likes Received:
    0
    I need to add extra padding above footer.

    See screenshot attached.
     

    Attached Files:

  2. priya

    priya Guest

    Hi,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS field of your dashboard.
    Code:
    .feature_info {
        margin-bottom: 8%;
    }
    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. 1stopnonprofitshop

    1stopnonprofitshop Guest

    Joined:
    Jul 18, 2014
    Messages:
    276
    Likes Received:
    0
    Sorry... I wasn't specific enough. That added padding to the main page above the footer, but I want the padding on all the other pages on the website as well.

    www.1stopnonprofitshop.com
     
  4. priya

    priya Guest

    Hello,

    For that, code is given below..
    Code:
    .page-content {
        margin-bottom: 88px;
    }
    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page