Hi there,
We’ve noticed that on this page, the footer appears on the right side instead of it’s normal place on the bottom of the page. We’ve followed advice from other posts and have added this code to the Global CSS
.x-root {
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
footer.x-colophon.bottom {
width: 100%;
}
unfortunately, that left us with the footer looking like this
What else can we do to have the footer look normal? It’s only behaving in this way on this one page - and the issue goes away once we remove the “Testimonials Showcase” plugin. We do need that plugin, however, and we’ve never had an issue like this with the plugin.
Thank you in advance!
