Fixing the spacing and the height for the footer.
/*}*/
#glmBottom {
background: linear-gradient(180deg, #1162a2, #5095ca);
- height: 200px;
+ height: 170px;
width: 100%;
margin-bottom: 50px;
text-align: center;
ul.vcard li + li + li::before {
content: " | "; }
+.vcard {
+ margin: 0;
+ /*margin-top: 20px;*/ }
+
+.copyright {
+ margin-top: 10px; }
+
footer ul li.separator {
font-size: 12px;
list-style: none;
footer ul li.separator a {
color: white; }
+footer ul {
+ margin-top: 0;
+ margin-bottom: 0; }
+
figure {
margin: 0;
padding: 0; }
<li><a href="#">Contact Us</a></li>
<li><a href="#">Site Map</a></li>
</ul>
- <ul class="small-12 columns">
+ <ul class="copyright small-12 columns">
<li class="separator">Copyright © 2014 <a href="#">Gaslight Media</a> All Rights Reserved</li>
</ul>
<?php do_action('foundationPress_before_footer'); ?>
/*}*/
#glmBottom {
background: linear-gradient(180deg, #1162A2, #5095CA);
- height: 200px;
+ height: 170px;
width: 100%;
margin-bottom: 50px;
text-align: center;
ul.vcard li + li + li::before {
content: " | ";
}
+.vcard {
+ margin: 0;
+ /*margin-top: 20px;*/
+}
+.copyright {
+ margin-top: 10px;
+}
footer ul li.separator {
font-size: 12px;
list-style: none;
footer ul li.separator a {
color: $white;
}
+footer ul {
+ margin-top: 0;
+ margin-bottom: 0;
+}
// Reset margin and padding on figure element
figure {
margin: 0;