Footer is Overlapping Page Content

Hi there. I’m finding the footer of my website is covering some of the page content on the “Shop” page of my site: https://www.bunnyhub.org/bunnyhub-shop/.

How can I force the footer so that it is not covering the bottom of this page’s content?

Hi Daniel,

Thank you for reaching out to us. It seems like custom coding is interfering with the shop page but I couldn’t verify because the content of your site is being served by the cache. Try clearing out all caches including your browser’s cache and then remove custom code you may have added and see if this resolves the issue.

If the issue persists then try adding the following code in the Theme Options > CSS:

.x-pagination {
    height: auto;
}

Please note that the code provided above serves as a guide only and is to help you in getting started so implementing it and maintaining the code will be out of our support scope and for further maintenance for new possible versions of the theme that may cause the customization to break, you will need to hire a developer.

Let us know how this goes!

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