Empty space below footer?

Hi,

I’m having an issue with some empty space below my footer. I think it might be my Ninja Kick contact formular that does it, but I would really like to keep the plugin.

Is there something you can do?

Hello Kobber,

Thanks for writing in!

You can add following CSS under Pro > Theme Options > CSS:

div#ncf-body-bg {
    height: auto !important;
}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

Hi Prasant!

Great videos! I will look at them several times this evening ;-).

But - your code didn’t work. I still have the empty space below.

Hi @Kobber,

Please try to remove above CSS. The issue is actually cause by this custom CSS:

body.ncf_sidebar_push > * {
   position: relative; 
}

Please remove it.
See this: https://screencast-o-matic.com/watch/cqXh2IUezl

Hi,

Oh… okay, but I’m not sure on how to remove that?

I fixed it. It was because it was pushing content instead of going on top of it.

Glad that you managed to fix the issue.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.