Footer Top Background Image

Hey all,

I’m having an issue with the space above my footer. This is happening across the site, but here is the particular page with which I’m concerned:

Note the page’s background image that is coming through just above the footer. I can’t determine how to remove this. Any help would be much appreciated.

Thanks,
VS

Hello @verysandwich,

Thanks fro asking. :slight_smile:

I see an empty paragraph in the source code and that’s causing the spacing in footer. In page builder please take a relook and remove the empty spacing and that will fix the spacing problem. https://cl.ly/263X2R3J1f1R

You also have the option to remove the spacing using CSS. Please add following CSS under X > Theme Options > CSS:

footer.x-colophon.bottom {
    margin-top: -25px;
}

If you would like to learn CSS, I am sharing few resources that you take a look to get started with CSS and an interesting tool that you can use to speed up the development process.

I recommend you to watch following video that will help you to get started with CSS.

https://www.youtube.com/watch?v=MFR4WXiLzpc

Sometimes it can get a bit difficult to find out the right selector to be able to write the required CSS codes. A handy tool that can help you in this is Google Chrome dev tools. I am sharing the resource that you can refer to get started with dev tools.

https://developers.google.com/web/tools/chrome-devtools/css/

https://developers.google.com/web/tools/chrome-devtools/

https://www.youtube.com/watch?v=tP_kXBJWPhQ&t=200s

Thanks.

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