fix: Corriger le header avait mis du bazar dans le pied de page... corrigé.

This commit is contained in:
Zatalyz 2023-03-03 15:17:45 +01:00
parent b661590b16
commit 4838364caf
2 changed files with 23 additions and 21 deletions

View file

@ -1194,7 +1194,7 @@ html[lang="el-GR"] .inline_mod_check {
}
/* Set maximum width limit for content */
#top_section .inner_wrap, #wrapper, #footer .inner_wrap {
#top_section .inner_wrap, #wrapper, #footer .inner_wrap, #footer {
max-width: 1200px;
margin: 0 auto;
width: 90%;
@ -1515,8 +1515,7 @@ font-size: large;
clear: both;
}
/* The footer with copyright links etc. */
#footer {
margin: 0;
.footer2 {
padding: 10px 0;
background: var(--color2);
}

View file

@ -465,8 +465,9 @@ function template_body_below()
';
// Show the footer with copyright, terms and help links.
echo '
echo '<div>
<div id="footer">
<div class="footer2">
<div class="inner_wrap">';
echo '
@ -487,8 +488,10 @@ function template_body_below()
echo '
</div>
</div><!-- #footer -->
</div>
<div class="khbiseau_bottom_color"></div>
</div><!-- #footer -->
</div><!-- #wrapper -->
';