styled footer more compact

This commit is contained in:
jorge-vitrubio 2022-09-23 11:17:33 +02:00
parent 176ca6e1c1
commit ae073e059c
2 changed files with 12 additions and 10 deletions

View File

@ -33,9 +33,9 @@
</div> </div>
<div class="col inf"> <div class="col inf">
<?php _e( ' <?php _e( '
[:en]Office: Monday to Thursday from 10&nbsp;am to 2&nbsp;pm and from 4&nbsp;pm to 6&nbsp;pm. Friday from 10&nbsp;am to 2&nbsp;pm.[:] [:en]Office: <br/>Monday to Thursday from 10&nbsp;am to 2&nbsp;pm and from 4&nbsp;pm to 6&nbsp;pm. <br/>Friday from 10&nbsp;am to 2&nbsp;pm.[:]
[:es]Oficina: de lunes a jueves de 10 a 14&nbsp;h y de 16 a 18&nbsp;h. Viernes de 10 a 14&nbsp;h.[:] [:es]Oficina: <br/>de lunes a jueves de 10 a 14&nbsp;h y de 16 a 18&nbsp;h. <br/>Viernes de 10 a 14&nbsp;h.[:]
[:ca]Oficina: dilluns a dijous de 10 a 14&nbsp;h i de 16 a 18&nbsp;h. Divendres de 10 a 14&nbsp;h.[:] [:ca]Oficina: <br/>dilluns a dijous de 10 a 14&nbsp;h i de 16 a 18&nbsp;h. <br/>Divendres de 10 a 14&nbsp;h.[:]
' ); ?> ' ); ?>
</div> </div>
<!-- <p class="col legal"> <!-- <p class="col legal">

View File

@ -135,7 +135,7 @@ body {
#footer { #footer {
padding: 20px 0px 30px 0px; padding: 0;
clear: both; clear: both;
background-color: #f1f1f1; background-color: #f1f1f1;
bottom: 0; bottom: 0;
@ -1152,7 +1152,7 @@ form#commentform p.form-submit input#submit {
--------------------------------------------- */ --------------------------------------------- */
.wrapfooter { .wrapfooter {
max-width: 1237px; max-width: 1237px;
padding: 20px 0px 0px 20px; padding: 20px 0px 20px 20px;
z-index: 0; z-index: 0;
font-size: var(--hangar-body-font-size); font-size: var(--hangar-body-font-size);
font-family: var(--hangar-body-font-family); font-family: var(--hangar-body-font-family);
@ -1190,13 +1190,15 @@ form#commentform p.form-submit input#submit {
margin:0; margin:0;
padding:0; padding:0;
} }
/*
.wrapfooter .org, .wrapfooter .tels, .wrapfooter .inf,.wrapfooter .legal,.wrapfooter .credits { .wrapfooter .org, .wrapfooter .tels, .wrapfooter .inf,.wrapfooter .legal,.wrapfooter .credits {
width: calc((100% - 140px)/5); /* width: calc((100% - 140px)/5); */
width: auto;
max-width: calc((100% - 140px)/4);
padding:0; padding:0;
} }
*/
.wrapfooter .org { /* .wrapfooter .org {
width: calc((100% - 140px)/5); width: calc((100% - 140px)/5);
padding:0; padding:0;
} }
@ -1215,7 +1217,7 @@ form#commentform p.form-submit input#submit {
.wrapfooter .credits { .wrapfooter .credits {
width: calc((100% - 140px)/5); width: calc((100% - 140px)/5);
padding:0; padding:0;
} } */
} }