Alliance Training & Consulting, Inc.
Alliance Training and Consulting, a corporate training company based in Lenexa, KS, runs its main site and several subsites on Joomla. I maintain the platform on an ongoing basis — content updates, plugin and template fixes, and structural repairs as the site evolves.
One recurring issue: the site's footer and several layout regions were originally built with Webflow-style grid classes (wf-columns, wf-column) that Joomla never loads, since those classes depend on Webflow's own stylesheet. The result was a footer that silently lost its structure. Rather than trying to patch in the missing Webflow CSS, I rebuilt the affected sections as display: flex containers with inline styles, removing the dependency entirely and making the layout resilient to whatever template changes come next.