Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #261839
    Benjo3
    Participant

    Hey,

    I have empty white space in my footer below the text in it. I guess I have it since I updated the theme last time but I am not very sure. Is there any way to remove the white space below “Disclaimer Legal Contact Private Policy” ?

    Many thanks in advance.

    Ben

    #261905
    Skandha
    Participant

    @benjo3: Hello Ben,
    Can you please post in your site URL so that I can look into the issue?

    Kind Regards,
    Skandha

    #261930
    Benjo3
    Participant

    Sorry, I forget it. Here it is:

    https://prudentwater.com/

    #261942
    Skandha
    Participant

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

    #site-generator {
        display: none;
    }

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

    #262238
    Benjo3
    Participant

    Hey,

    it works even though I expected to reduce the white space a bit more. But I am okay with it.

    Thanks!

    Ben

    #262251
    Skandha
    Participant

    @benjo3: Hello Ben,
    To reduce the white space further more
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #supplementary .widget {
        padding-bottom: 0;
    }

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

    #262286
    Benjo3
    Participant

    It works, many thanks Skandha!

    I have already given you the best review last time.

    Kind Regards,

    Ben

    #262367
    Skandha
    Participant

    @benjo3: Glad I was able to help you. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘White space in footer’ is closed to new replies.