Skip to content

Commit

Permalink
Site title & megamenu
Browse files Browse the repository at this point in the history
site title wasn;t visible before. Fixed it.
  • Loading branch information
andrewmbacon committed Aug 24, 2015
1 parent be51923 commit 590e818
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions inc/nav-maxmegamenu.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<div id="nav-megamenu">
<div id="megamenu-wrapper">
<nav id="megamenu" class="container">
<h1 class="visible-xs visible-sm" id="megamenu-mobile-title"><a href="<?php the_permalink();?>"><?php bloginfo('name'); ?></a></h1>
<?php
wp_nav_menu(
array(
Expand Down
5 changes: 5 additions & 0 deletions sass/_nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -168,4 +168,9 @@ $nav-z: 9999;
#mega-menu-primary {margin-bottom:0;}
.mega-sub-menu {
list-style-type:none;
}
#megamenu-mobile-title {
font-size:1.3em;
padding:.8em;
margin:0;
}
5 changes: 5 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5828,6 +5828,11 @@ button.close {
.mega-sub-menu {
list-style-type: none; }

#megamenu-mobile-title {
font-size: 1.3em;
padding: .8em;
margin: 0; }

/* - - - - - - - - - - - - - - - - - - -
== Header Image
- - - - - - - - - - - - - - - - - - - */
Expand Down

0 comments on commit 590e818

Please sign in to comment.