Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1102377
    wanderinggourmet
    Participant

    Okay i’ve searched and used several codes from the knowledge base but nothing is working.

    The top padding on the footer is too much. How can I reduce it?

    Please advise

    #1102430
    Rahul
    Moderator

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1201025
    wanderinggourmet
    Participant
    #1201166
    Jade
    Moderator

    Hi there,

    You can add this under Custom > CSS in the Customizer.

    .home #x-section-10,
    .x-colophon.bottom {
        padding-top: 0 !important;
    }
    
    .x-colophon.bottom .x-social-global {
        margin-top: 0;
    }

    Hope this helps.

    #1201864
    wanderinggourmet
    Participant

    Hi there

    Thanks for the suggestion. This did not change anything. Is there another code to try?

    Thanks

    #1201901
    Joao
    Moderator

    Hi There,
    Please add the following code to Appereance > customizer > Custom > CSS

    
    .x-colophon.bottom {
    padding-top: 0px;
    }
    
    .x-colophon.bottom .x-social-global {
    margin-top: 0px;
    }

    Hope that helps,

    Joao

    #1202000
    wanderinggourmet
    Participant

    That doesn’t work either 🙁

    #1202083
    Thai
    Moderator

    Hi There,

    You forgot to close the curly bracket(}) in your custom CSS:

    Please find this CSS:

    .archive.woocommerce mark.count {
        display:none;

    And change to this:

    .archive.woocommerce mark.count {
        display:none;
    }
    footer.x-colophon.bottom {
        padding: 0
    }
    .home div#x-section-10 {
        padding-top: 0 !important;
    }

    Hope it helps 🙂

  • <script> jQuery(function($){ $("#no-reply-1102377 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>