Blank spaces at bottom of pages

Hi,

There are blank spaces at the bottom of all my pages except for the home page. Is there a way to get rid of this?

Thanks in advance!

Hi there,

Thanks for writing around! Can you please share the URL of your site so we can take a look?

Thanks!

I input the info at the bottom of my first post.
Thank you!

Hello @PacArc,

Thanks for asking. :slight_smile:

I see that you have footer widget area in the blank section and in that you have a contact us section. Reason why it’s not visible is because the title color is white which is getting diluted with the background color.

In case you want to completely remove footer widget area, you can do that by adding following CSS under X > Theme Options > CSS:

footer.x-colophon.top {
    display: none;
}

Thanks.

Thanks! I was able to fix the issue!

Glad you managed to fix the issue.

Cheers!

On some of my pages, the footer is not resting on the bottom of the page.
Is this normal?
above is a screen shot from my site.

Hello @PacArc,

Thanks for updating thread. :slight_smile:

That is because you haven’t added any content on the page. Please add some content first and the layout should adjust automatically.

Thanks.

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