Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #240309
    katerila
    Participant

    Hi, I’m trying to create a very simple homepage with just a large header image that covers the whole page. But in the bottom of my homepage I have some empty black space right underneath the header image and I want to remove it. How can I do that?

    Here’s my site:
    https://mosaicstories.app/

    Below the header image there should be just the line & then footer with copyright info, but not all that black space

    thanks so much!

    #240347
    Skandha
    Participant

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

    .home #content {
        display: none;
    }

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

    #240415
    katerila
    Participant

    Worked perfectly, thank you so much :))

    #240446
    Skandha
    Participant

    @katerila: 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/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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to remove empty space on bottom of homepage’ is closed to new replies.