Footer Appearing In Sidebar

hi

I have a footer created and it appears on every page on my site. For some strange reason, on one page, that footer appears to the side of the body of the page, making it look very untidy

The page in question is http://feastthailand.com/muay-thai/

I cannot see any reason why this is happening on just this page

Login details in a secure note

Regards

Hi @guybower1,

Thanks for writing in.

I could not be able to identify the problem in your setup in the front end. We needed to further check your setup further.

Please share us your admin credentials so we could check your setup closer.

Don’t forget to set it in a secure note.

Another one, this could be the problem, I could see script error. This may disrupt CSS.

Please test also for plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

Let us know how it goes!

Thanks.

hi Nico

Thanks for your reply. The login details were included as a secure note with the original post

cheers

Hi,

I checked but can’t seem to find what is causing it.

For now you can try fixing it with css. Try adding the code below in Theme Options > CSS

.x-root {   
    flex-wrap: wrap;
}

.x-colophon.top,
.x-colophon.bottom {
    width:100%;
}

Hope that helps.

hi Paul

Thanks so much for your reply

That code worked a treat. No idea what was causing the issue, but it is resolved on that page now.

cheers

You’re welcome! :slight_smile:

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