fix: remove footer bottom padding when social icons in footer #135
+2
-2
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user