1
0
mirror of https://github.com/ascribe/wp-theme synced 2024-12-22 17:23:55 +01:00

Add EU Fund badge

This commit is contained in:
vrde 2015-11-09 16:36:25 +01:00
parent 889ccb450f
commit 681295f2f7
2 changed files with 16 additions and 3 deletions

View File

@ -1737,6 +1737,9 @@ footer {
float:right; float:right;
} }
.bottom-footer { .bottom-footer {
.centered-footer {
line-height: 40px;
}
.subfooterText; .subfooterText;
padding: 20px 0 10px; padding: 20px 0 10px;
@ -1762,9 +1765,9 @@ footer {
} }
} }
.social { .social {
float: right; clear: both;
position: relative; text-align: center;
top: -2px; padding: 10px;
li { li {
display: inline-block; display: inline-block;
@ -1772,6 +1775,11 @@ footer {
} }
} }
} }
.eu-fund {
float: left;
width: 150px;
margin: -15px 10px 0 0;
}
.copyright { .copyright {
float: left; float: left;
} }
@ -1812,6 +1820,10 @@ footer {
float: none; float: none;
} }
} }
.eu-fund {
float: none;
margin: -15px auto 10px auto;
}
.copyright { .copyright {
float:none; float:none;
margin-bottom:10px; margin-bottom:10px;

View File

@ -174,6 +174,7 @@ if ($twitter) {
</section> </section>
<section class="bottom-footer"> <section class="bottom-footer">
<div class="centered-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> <div class="copyright"><?php echo $year; ?> © ascribe GmbH</div>
<?php wp_nav_menu( array( 'theme_location' => 'lower-footer-menu', 'container' => false ) ); ?> <?php wp_nav_menu( array( 'theme_location' => 'lower-footer-menu', 'container' => false ) ); ?>
<ul class="social"> <ul class="social">