Footer shows on top of homepage

I noticed a bug while previewing the page on different devices. The footer (built using the Pro Footer builder) is showing on top of the page instead of the bottom. Here is the website:

This is the first time I encountered this issue. Hope to receive your response soon.

Hi,

Thanks for writing in!

To fix it, you can add the code below in Theme Options > CSS

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

.x-colophon {
   width:100%;
}

Hope that helps

Just added the code and it worked. Thank you so much!

Hi @Justin_Kinsella,

Happy to hear that.

Feel free to ask us again.

Thanks.

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