Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #237199
    twin6
    Participant

    Hello, I am hoping to reduce the height (margin or padding) of the widget footer area. I uploaded an image of logos and there is no additional break lines inside the code, but there is too much padding above and below the image. This area is right above the copyright. At the moment the white space above the logo is approx 46 px and 39px below. I am hoping to make it to approx 25 px above and 30 px below (something like that).

    http://luxeweddings.ca

    Thank you very much.

    #237210
    Skandha
    Participant

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

    #text-2 {
        margin-bottom: 0;
    }
    #supplementary {
        padding-top: 0 !important;
    }

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

    #237227
    twin6
    Participant

    Hi @Skandha, yes it works. Thank you very much!

    #237297
    Skandha
    Participant

    @twin6: 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-kathmandu/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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Widget footer area 1 height’ is closed to new replies.