Не прижимается footer Opencart 3.x
На главной странице футер прижимается к низу страницы, а на странице статьи information/information он не прижимается а висит в воздухе. footer.twig
<div id="footer">
<div class="container">
<div class="row">
<center>© sptk31.ru 2021</center>
</div>
</div>
</div>
{% for style in styles %}
<link href="{{ style.href }}" type="text/css" rel="{{ style.rel }}" media="{{ style.media }}" />
{% endfor %}
{% for script in scripts %}
<script src="{{ script }}" type="text/javascript"></script>
{% endfor %}
<!--
OpenCart is open source software and you are free to remove the powered by OpenCart if you want, but its generally accepted practise to make a small donation.
Please donate via PayPal to [email protected]
//-->
</body>
</html>
stylesheet.css
#footer {
background-color: #29176b;
border-top: 1px solid #ddd;
color: #e2e2e2;
/*clear:both;*/
position: absolute;
/*bottom: 0;*/
width: 100%;
}
/* alert */
.alert {
padding: 8px 14px 8px 14px;
}
#common-home{
position: relative;
margin: 0 auto;
}
#information-information {
position: relative;
/*bottom: 0;*/
margin: 0 auto;
}
Помогите прижать футер к низу на странице статьи