I’ve encountered an issue that seems to affect the pages that are categorized as “Industry” pages on my site. The footer appears on the right side of the page.
The industry pages already published appear fine, i.e. the footer is at the bottom of the page.
But, if I try to preview an already published page or make a copy of the page and publish it, the footer appears on the right side.
I looked at the code of the cloned page (https://www.ssicards.com/test/)
I found an issue with the class x-root {display: flex}. When it is disabled, the footer no longer appears on the right
On the original page (https://www.ssicards.com/education/), however, the class x-root {display: flex} is enabled but the footer appears at the bottom of the page as it should. So I don’t know why one works and the other doesn’t.
The site uses a child theme I created from XTheme (latest version 10.4.13 ), Cornerstone (7.4.13 ), and WP Bakery (Version 7.3 ). There is an update for WP Bakery but it is not available for this version of XTheme.
I found this in the forum where someone else encountered this issue back in 2017:
I don’t know how the solution provided will affect the rest of the site since the issue appears to be limited to “Industry” pages as I mentioned.
Any help would be appreciated.
Thanks!