</section>
<div id="sticky-footer">
- <div class="sticky-footer">
+ <div class="sticky-footer-wrapper-class">
<div class="row">
<div class="medium-12 large-8 columns medium-text-center small-text-center">
<?php visitAlpena_footer_menu(); ?>
return 'relative';
}
else if (bottom <= top_of_footer) {
-// return 'fixed';
- return 'relative';
+ return 'fixed';
}
+
+// function remove_the_arrow() {
+// $('.sticky-footer-wrapper-class:after').css('border-width', '0');
+// }
}
position: relative;
}
}
-#sticky-footer > div.sticky-footer {
- border-top: 1px solid lightgreen;
- border-bottom: 1px solid darkgreen;
- margin: 0;
- padding: 0;
-}
-.sticky-footer {
+.sticky-footer-wrapper-class {
position: relative;
width: 100%;
background-color: $green;
color: $white;
-
+ border-top: 1px solid lightgreen;
+ border-bottom: 1px solid darkgreen;
+ margin: 0;
+ padding: 0;
ul {
display: inline-block;
list-style-type: none;
}
}
&:after {
-/* top: 100%;
+ top: 100%;
left: 50%;
border: solid transparent;
content: " ";
margin-right: 10px;
}*/
}
-.sticky-footer .social-links li {
+.sticky-footer-wrapper-class .social-links li {
&.facebook > a { background: url('../assets/img/icons/facebook-icon.png') no-repeat left center; }
/* &.twitter > a { background: url('../assets/img/icons/twitter-icon.png') no-repeat left center; }*/
&.youtube > a { background: url('../assets/img/icons/youtube-icon.png') no-repeat left center; }