Footer appearing on the right side of the screen

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!

Hi @INcroatia,

Thank you for writing in, you already know the issue is in the “Testimonials Showcase” plugin, please remove the custom CSS you show above, that will only cause more issue.

Your error on the frontend says: “There were no arguments supplied for this shortcode”, please check your shortcode and supply the arguments needed, consult the plugin documentation or contact the plugin author/support as we cannot provide support for third-party plugins or scripts as our support policy in the sidebar states due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not native to the Theme will need to be directed to the original developer.

Thank you for your understanding.

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