• Resolved kreichard

    (@kreichard)


    I have been struggling with this error since I started designing my website. There’s about two inches of white space above the header image on my home page. Regardless how I adjust the navigation menu or header, I can’t get rid of it, and it’s only on this one page. I have tried changing themes, using the CSS offered in other similar forums, but have had no luck.

    Someone please help me if you can!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • majaid

    (@majaid)

    Your Elementor section has a top padding of 300px.
    Use the following CSS to remove the top padding.

    .elementor-399 section {
    padding-top: 0;
    }

    Thread Starter kreichard

    (@kreichard)

    It’s not related to the padding, I’ve adjusted that and the white space doesn’t shift at all.

    sinip

    (@sinip)

    It could be that you’re using the header image that is simply not tall enough but there’s no way of knowing that from here. You can try this CSS instead:

    .elementor.elementor-399 {
    	margin-top: -150px;
    }

    Should work.

    Thread Starter kreichard

    (@kreichard)

    THAT DID IT GOD BLESS YOU

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Space above homepage image’ is closed to new replies.