styled footer more compact
This commit is contained in:
parent
176ca6e1c1
commit
ae073e059c
|
@ -33,9 +33,9 @@
|
|||
</div>
|
||||
<div class="col inf">
|
||||
<?php _e( '
|
||||
[:en]Office: Monday to Thursday from 10 am to 2 pm and from 4 pm to 6 pm. Friday from 10 am to 2 pm.[:]
|
||||
[:es]Oficina: de lunes a jueves de 10 a 14 h y de 16 a 18 h. Viernes de 10 a 14 h.[:]
|
||||
[:ca]Oficina: dilluns a dijous de 10 a 14 h i de 16 a 18 h. Divendres de 10 a 14 h.[:]
|
||||
[:en]Office: <br/>Monday to Thursday from 10 am to 2 pm and from 4 pm to 6 pm. <br/>Friday from 10 am to 2 pm.[:]
|
||||
[:es]Oficina: <br/>de lunes a jueves de 10 a 14 h y de 16 a 18 h. <br/>Viernes de 10 a 14 h.[:]
|
||||
[:ca]Oficina: <br/>dilluns a dijous de 10 a 14 h i de 16 a 18 h. <br/>Divendres de 10 a 14 h.[:]
|
||||
' ); ?>
|
||||
</div>
|
||||
<!-- <p class="col legal">
|
||||
|
|
16
style.css
16
style.css
|
@ -135,7 +135,7 @@ body {
|
|||
|
||||
|
||||
#footer {
|
||||
padding: 20px 0px 30px 0px;
|
||||
padding: 0;
|
||||
clear: both;
|
||||
background-color: #f1f1f1;
|
||||
bottom: 0;
|
||||
|
@ -1152,7 +1152,7 @@ form#commentform p.form-submit input#submit {
|
|||
--------------------------------------------- */
|
||||
.wrapfooter {
|
||||
max-width: 1237px;
|
||||
padding: 20px 0px 0px 20px;
|
||||
padding: 20px 0px 20px 20px;
|
||||
z-index: 0;
|
||||
font-size: var(--hangar-body-font-size);
|
||||
font-family: var(--hangar-body-font-family);
|
||||
|
@ -1190,13 +1190,15 @@ form#commentform p.form-submit input#submit {
|
|||
margin:0;
|
||||
padding:0;
|
||||
}
|
||||
/*
|
||||
|
||||
.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;
|
||||
}
|
||||
*/
|
||||
.wrapfooter .org {
|
||||
|
||||
/* .wrapfooter .org {
|
||||
width: calc((100% - 140px)/5);
|
||||
padding:0;
|
||||
}
|
||||
|
@ -1215,7 +1217,7 @@ form#commentform p.form-submit input#submit {
|
|||
.wrapfooter .credits {
|
||||
width: calc((100% - 140px)/5);
|
||||
padding:0;
|
||||
}
|
||||
} */
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue