Padding Above Footer

Discussion in 'Dzonia WordPress Theme' started by 1stopnonprofitshop, Nov 15, 2016.

  1. 1stopnonprofitshop

    1stopnonprofitshop Guest

    Joined:
    Jul 18, 2014
    Messages:
    276
    Likes Received:
    0
    How do you add padding above footer?

    theme3.1stopnonprofitshop.com
     

    Attached Files:

  2. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    To add the padding, please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .footer_wrapper .footer {
        padding-top: 40px;
    }
    
    Note:- The above value for the padding is the one that is presently set in your theme, please change the value accordingly

    Hope this helps...!

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

    1stopnonprofitshop Guest

    Joined:
    Jul 18, 2014
    Messages:
    276
    Likes Received:
    0
    That didn't make any changes.
     
  4. nitin

    nitin Guest

    Hi,

    This time try the above CSS itself with the 'important' parameter as shown below:-

    Code:
    .footer_wrapper .footer {
        padding-top: 40px !important;
    }
    
    Incase, the above code doesn't work, just send us access to your dashboard.

    Send us your website WordPress login details at [email protected] along with the thread link.
    Your Website URL:
    WordPress Username:
    Password :


    We will do it for you.

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

    1stopnonprofitshop Guest

    Joined:
    Jul 18, 2014
    Messages:
    276
    Likes Received:
    0
    This code didn't work either.
     

Share This Page