Padding Above Footer

Discussion in 'ColorWay WordPress Theme' started by 1stopnonprofitshop, May 26, 2016.

  1. 1stopnonprofitshop

    1stopnonprofitshop Guest

    Joined:
    Jul 18, 2014
    Messages:
    276
    Likes Received:
    0
    Is there a code to add some padding above the footer on all pages? I want a larger gap between the bottom of the content page and the footer.
     

    Attached Files:

  2. priya

    priya Guest

    Hi,

    Please paste the code given below in Custom CSS field of your dashboard.
    Code:
    content {
        margin-bottom: 50px;
    }
    Change the numeric value as per your requirement..

    Hope it will resolve your issue

    Do let me know if you need more assistance,

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

    1stopnonprofitshop Guest

    Joined:
    Jul 18, 2014
    Messages:
    276
    Likes Received:
    0
    That code doesn't seem to be making any changes.
     
  4. priya

    priya Guest

    Hi,

    Use below code..
    Code:
    .content {
        padding-bottom: 61px;
    }
    Hope it will resolve your issue

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page