Center new footer image, remove the existing one
authorLaury GvR <laury@gaslightmedia.com>
Wed, 29 Jun 2016 16:03:11 +0000 (12:03 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 29 Jun 2016 16:03:11 +0000 (12:03 -0400)
footer.php

index 620b513..bd89438 100644 (file)
@@ -4,8 +4,8 @@
                                 <?php dynamic_sidebar('sidebar-f');?>
                             <?php endif;?>
                             <div class="row">
-                                <div class="small-11 small-centered medium-uncentered text-center medium-6 medium-text-right columns"><img alt="Rotary Youth Exchange logo" src="<?php echo esc_url( get_template_directory_uri() );?>/assets/rotary-international-logo-new.png"></div>
-                                <div class="small-11 small-centered medium-uncentered text-center medium-6 medium-text-left columns"><img alt="Rotary International logo" src="<?php echo esc_url( get_template_directory_uri() );?>/assets/rotary-international-logo.png"></div>
+                                <div class="small-11 small-centered text-center columns"><img alt="Rotary Youth Exchange logo" src="<?php echo esc_url( get_template_directory_uri() );?>/assets/rotary-international-logo-new.png"></div>
+<!--                                <div class="small-11 small-centered medium-uncentered text-center medium-6 medium-text-left columns"><img alt="Rotary International logo" src="<?php echo esc_url( get_template_directory_uri() );?>/assets/rotary-international-logo.png"></div>-->
                             </div>
                             <div class="row">
                                 <?php get_template_part('parts/client-info-footer');?>