-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
63 lines (53 loc) · 1.29 KB
/
footer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?php
/**
* The template for displaying the footer
*
* Contains the closing of the #content div and all content after.
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package rula_imprinting_canada
*/
?>
</div><!-- #content -->
</div><!-- #page -->
</div><!-- .col -->
</div><!-- .row -->
</div><!-- .container -->
<style type="text/css">
.fixed-footer-wrapper {
background-color: #fff;
color: #000;
position: fixed;
bottom: 0;
width: 100%;
}
.fixed-footer-wrapper .col {
display: flex;
flex-direction: row;
justify-content: space-between;
flex-wrap: wrap;
padding-top: 5px;
padding-bottom: 5px;
}
.fixed-footer-wrapper img {
display: flex;
margin-top: 5px;
margin-bottom: 5px;
}
</style>
<div class="fixed-footer-wrapper">
<div class="container">
<div class="row">
<div class="col">
<img style="height: 32px;" src="/wp-content/themes/rula_imprinting_canada/images/logo-rylib-arts.svg">
<img style="height: 25px;" src="/wp-content/themes/rula_imprinting_canada/images/logo-sshrcc.png">
<img style=" height: 30px" src="/wp-content/themes/rula_imprinting_canada/images/logo-ccbync.png">
</div>
</div>
</div>
</div>
<?php the_rula_ic_metadata_modals(); ?>
<?php wp_footer(); ?>
</body>
</html>