Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #162618
    jamietallman
    Participant

    How do I reduce the top and bottom padding on my footer so that it’s very tight?

    Also, how do I change the background color of the copyright section at the bottom? I’d like to make that a white background with grey font so that it doesn’t stand out.

    http://4xq.ca2.myftpupload.com/

    #162619
    jamietallman
    Participant

    I meant the padding for my Footer Area widgets, to be specific.

    #162709
    sapana
    Participant

    @jamietallman: Go to=> Appearance=> Customize=> Additional CSS and add the following CSS code
    /*reduce the padding of footer*/

    #content .wrapper {
        padding-bottom: 0px !important;
    }

    /* to change the color of footer text and background*?

    #site-generator {
        background-color: #FFFFFF;
    }
    #footer-left-content {
        color: #A9A9A9;
    }

    let me know if this helps you out!!

    Kind Regards,
    Sapana

    #162862
    jamietallman
    Participant

    I’m sorry, but it appears neither suggestion made any changes on my site after adding the code.

    http://4xq.ca2.myftpupload.com/

    #162996
    sapana
    Participant

    @jamietallman: Please remove the previous added code and add the following code.
    Go to=> Appearance=> Customize=> Additional CSS=> Add the following CSS code
    /*Change the footer color*/

    #site-generator {
        background-color: #FFFFFF !important;
    }
    #footer-left-content {
        color: #A9A9A9;
    }

    /*change the padding of footer widgets*/

    #supplementary .widget {
       padding: 0 20px;
    }

    Let me know if this helps you out!

    Kind Regards,
    Sapana

    #163048
    jamietallman
    Participant

    Perfect. Just what I needed. Thank you.

    #163097
    sapana
    Participant

    @jamietallman:Hello, there,
    I hope I was able to resolve your issue. If it’s not too much trouble,
    I have a quick request: could you please leave an honest review?https://wordpress.org/support/theme/catch-base/reviews/#new-post Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know.

    Kind Regards,
    Sapana

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Footer Padding’ is closed to new replies.