Update footer
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 17 Mar 2015 16:33:36 +0000 (12:33 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 17 Mar 2015 16:33:36 +0000 (12:33 -0400)
Place name on two lines

footer.php

index 7fdd496..bade223 100755 (executable)
@@ -1,7 +1,8 @@
                 <footer class="row">
                     <div class="row">
                         <div id="contactInfo" class="small-12 medium-8 medium-push-2 columns row">
-                            <span>Gaylord Golf Mecca, A Division of the Gaylord Area Convention and Tourism Bureau</span>
+                            <span>Gaylord Golf Mecca</span><br>
+                            <span class="info2">A Division of the Gaylord Area Convention and Tourism Bureau</span>
                             <span class="bullet"> <br> </span>
                             <span>319 West Main Street, Gaylord, MI 49735</span>
                             <span class="bullet"> | </span>
@@ -30,7 +31,7 @@
         </div><!--/inner-wrap-->
      </div><!--/off-canvas-->
      <script>
-            
+
             jQuery.ajax({
             url: '<?php bloginfo('template_url'); ?>/proxy.php?s=top-bar',
             cache: false
@@ -56,4 +57,4 @@
     </script>
     <?php wp_footer();?>
  </body>
-</html>
\ No newline at end of file
+</html>