mirror of
https://github.com/ascribe/wp-theme
synced 2024-12-22 09:13:38 +01:00
Add EU Fund badge
This commit is contained in:
parent
889ccb450f
commit
681295f2f7
@ -1737,6 +1737,9 @@ footer {
|
||||
float:right;
|
||||
}
|
||||
.bottom-footer {
|
||||
.centered-footer {
|
||||
line-height: 40px;
|
||||
}
|
||||
.subfooterText;
|
||||
padding: 20px 0 10px;
|
||||
|
||||
@ -1762,9 +1765,9 @@ footer {
|
||||
}
|
||||
}
|
||||
.social {
|
||||
float: right;
|
||||
position: relative;
|
||||
top: -2px;
|
||||
clear: both;
|
||||
text-align: center;
|
||||
padding: 10px;
|
||||
|
||||
li {
|
||||
display: inline-block;
|
||||
@ -1772,6 +1775,11 @@ footer {
|
||||
}
|
||||
}
|
||||
}
|
||||
.eu-fund {
|
||||
float: left;
|
||||
width: 150px;
|
||||
margin: -15px 10px 0 0;
|
||||
}
|
||||
.copyright {
|
||||
float: left;
|
||||
}
|
||||
@ -1812,6 +1820,10 @@ footer {
|
||||
float: none;
|
||||
}
|
||||
}
|
||||
.eu-fund {
|
||||
float: none;
|
||||
margin: -15px auto 10px auto;
|
||||
}
|
||||
.copyright {
|
||||
float:none;
|
||||
margin-bottom:10px;
|
||||
|
@ -174,6 +174,7 @@ if ($twitter) {
|
||||
</section>
|
||||
<section class="bottom-footer">
|
||||
<div class="centered-footer">
|
||||
<div class="eu-fund"><img src="https://www.ascribe.io/wp-content/uploads/2015/11/eu-dev-fund.png" /></div>
|
||||
<div class="copyright"><?php echo $year; ?> © ascribe GmbH</div>
|
||||
<?php wp_nav_menu( array( 'theme_location' => 'lower-footer-menu', 'container' => false ) ); ?>
|
||||
<ul class="social">
|
||||
|
Loading…
Reference in New Issue
Block a user