fix: remove footer bottom padding when social icons in footer #135

Merged
jmiller merged 1 commits from fix/footer-padding-social into dev 2026-06-20 20:32:11 +00:00
+2 -2
View File
@@ -592,8 +592,8 @@ $wa->useScript('user.js'); // js/user.js
<?php endif; ?>
</div>
<footer class="container-footer footer full-width">
<footer class="container-footer footer full-width"<?php if ($this->params->get('social_footer')) : ?> style="--footer-padding-bottom: 0px;"<?php endif; ?>>
<?php if ($this->countModules('footer-menu', true)) : ?>
<div class="grid-child footer-menu">
<jdoc:include type="modules" name="footer-menu" />