Fix the footer area for the next text to show up in
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 14 Dec 2015 20:59:53 +0000 (15:59 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 14 Dec 2015 20:59:53 +0000 (15:59 -0500)
css/app.css
footer.php
scss/_main.scss

index f03da19..d474ce8 100644 (file)
@@ -6709,7 +6709,7 @@ main {
     main.page-front #content-wrapper {
       position: relative;
       margin-top: 378px;
-      margin-bottom: 320px;
+      margin-bottom: 386px;
       box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.5);
       -ms-box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.5);
       -moz-box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.5);
index 19b4453..13ee67a 100644 (file)
@@ -2,7 +2,7 @@
                     <div id="support" class="row">
                         <div class="small-12 text-center columns">
                             <p>Financial assistance for this project was provided, in part, by the Michigan Coastal Zone Management Program, Office of the Great Lakes, Department of Environmental Quality, under the National Coastal Zone Management Program, through a grant from the National Oceanic and Atmospheric Administration, U.S. Department of Commerce and the Sault Tribe of Chippewa Indians Transportation Department.</p>
-                            <p>Please Note: By using this website you certify that you understand, accept and agree to the "<a href="<?php get_permalink( 38 ); ?>">Michigan Great Lakes Water Trails Safety Statement.</a>"</p>
+                            <p>Please Note:<br> By using this website you certify that you understand, accept and agree to the "<a href="<?php echo get_permalink( 38 ); ?>">Michigan Great Lakes Water Trails Safety Statement</a>."</p>
                             <ul id="partners" class="small-block-grid-1 medium-block-grid-5">
                                 <li><a target="_blank" href="http://www.saulttribe.com/"><img src="<?php bloginfo('template_url');?>/assets/triballogo.jpg"></a></li>
                                 <li><a target="_blank" href="http://www.michigan.gov/deq"><img src="<?php bloginfo('template_url');?>/assets/DEQ-logo.jpg"></a></li>
index 21c9f70..e7feb1e 100644 (file)
@@ -14,7 +14,7 @@ main {
             position: relative;
             margin-top: 378px;
 //            min-height: 100%;
-            margin-bottom: 320px;
+            margin-bottom: 386px;
             box-shadow: 0 3px 3px 0px rgba($black, 0.5);
             -ms-box-shadow: 0 3px 3px 0px rgba($black, 0.5);
             -moz-box-shadow: 0 3px 3px 0px rgba($black, 0.5);