Skip to content

Commit

Permalink
improved styling of footer menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Netzberufler committed Jan 23, 2017
1 parent 82c6a5e commit 0bdd1a0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 deletions.
12 changes: 6 additions & 6 deletions footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@
*/

?>

</div><!-- #content -->

<?php do_action( 'tortuga_before_footer' ); ?>

<div id="footer" class="footer-wrap">

<footer id="colophon" class="site-footer container clearfix" role="contentinfo">

<?php do_action( 'tortuga_footer_menu' ); ?>

<div id="footer-text" class="site-info">
<?php do_action( 'tortuga_footer_text' ); ?>
</div><!-- .site-info -->

<?php do_action( 'tortuga_footer_menu' ); ?>

</footer><!-- #colophon -->

</div>

</div><!-- #page -->
Expand Down
7 changes: 0 additions & 7 deletions js/navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,13 +153,6 @@
maxWidth: '60em'
} );

/* Setup Footer Navigation */
$( '#footer-links' ).responsiveMenu( {
menuClass: 'footer-navigation-menu',
toggleClass: 'footer-navigation-toggle',
maxWidth: '60em'
} );

} );

}(jQuery));
5 changes: 5 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2427,6 +2427,11 @@ object {
font-size: 1rem;
}

/* Footer */
.site-footer .site-info {
float: none;
text-align: center;
}
}

/*--------------------------------------------------------------
Expand Down

0 comments on commit 0bdd1a0

Please sign in to comment.