Image centered
authorIan Weller <ian@gaslightmedia.com>
Wed, 12 Apr 2017 13:46:22 +0000 (09:46 -0400)
committerIan Weller <ian@gaslightmedia.com>
Wed, 12 Apr 2017 13:46:22 +0000 (09:46 -0400)
I added the text-center class to the images container to center it.

header.php

index f3317c8..5d29496 100644 (file)
@@ -68,7 +68,7 @@ Note 2: 'Nb cols' parameter for Bootstrap only.
                         <a id="sm-logo" class="show-for-small-down text-center" href="<?php bloginfo('url'); ?>"><img alt="Mount Pleasant logo" src="<?php bloginfo('template_url'); ?>/assets/mt-pleasant-pure-mi-logo.png"></a>
                         <?php if (get_page_template_slug( $post->ID ) == "page-golf-template.php") { ?>
                         <div id="golf-logo-img" class="row collapse">
-                            <div class="small-12 columns">
+                            <div class="small-12 text-center columns">
                                 <img src="<?php bloginfo('template_url'); ?>/assets/Central-Swing-Logo-white.png">
                             </div>
                         </div>