• Hi guys,

    I am having an issue with white spacebar after the footer on contact page. Any ideas what is causing that issue?

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • I don’t see any “white spacebar” after the footer on your contact page.

    Have you sorted this out already?

    Thread Starter paulsedlak2

    (@paulsedlak2)

    I didn’t.

    Here is a screenshot: https://imgur.com/S2iO6kg

    @paulsedlak2 if this is an issue only on the contact page, then I suggest you apply a css class to contact page container and then apply a viewport height to that container minus header+footer height. Your header is approx 113px and footer is approx 67px. So assuming the contact page container has css class “contact-container” then following CSS should work:

    .contact-container {
    height: calc(100vh - 180px);
    }

    View post on imgur.com

    Thread Starter paulsedlak2

    (@paulsedlak2)

    Hi Sam,

    It hasn’t changed at all. I am on pc with higher resolution and it looks like that:

    View post on imgur.com

    I see you added the CSS I given. But you have not applied contact-container css class to the div container.

    The css needs to be applied only to contact page and thus it needs some unique css class that is used only on contact page.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘White spacebar after the footer.’ is closed to new replies.