Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #245643
    Bastien Chilloux
    Participant

    Hi,

    How can I reduce the gap between the footer 1 and the bottom line of my pages ?

    https://bastienchilloux.com

    Between the share buttons and last line copyright text.

    Thanks

    #245655
    Skandha
    Participant

    @bastienchill: Hello Bastien,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #colophon .widget-column {
        padding-bottom: 0;
    }
    #site-generator {
        padding-top: 0;
    }
    #colophon .lazyloaded {
        height: 20px;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #245656
    Bastien Chilloux
    Participant

    Thanks a lot !

    #245659
    Skandha
    Participant

    @bastienchill: Hello Bastien, 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/bold-photography/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. Have a good day! 🙂

    Kind Regards,
    Skandha

    #245667
    Bastien Chilloux
    Participant

    I put my review online 🙂

    #245679
    Skandha
    Participant

    @bastienchill: Thank you for your wonderful review. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Reduce gap between footers’ is closed to new replies.