Skip to content

Commit

Permalink
FIX: styles
Browse files Browse the repository at this point in the history
  • Loading branch information
MjHead committed Jun 26, 2018
1 parent c02ef3d commit 2341128
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion assets/js/cherry-responsive-menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

this.defaultSettings = {
threshold: 544, // Minimal menu width, when this plugin activates
mainMenuSelector: '#primary-menu, #themes-menu',
mainMenuSelector: '#primary-menu, #themes-menu, #landing-menu',
supportMenuSelector: '#support-menu',
menuItemSelector: '.menu-item',
moreMenuContent: '···',
Expand Down
2 changes: 1 addition & 1 deletion assets/sass/navigation/_menus.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Basic */
#themes-menu, #primary-menu {
#themes-menu, #primary-menu, #landing-menu {
> li.menu-item-has-children > .menu-link-wrapper a {
position: relative;
&:after {
Expand Down
2 changes: 1 addition & 1 deletion assets/sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Theme URI: http://underscores.me/
Author: Wapuula team
Author URI: http://wapuula.com
Description: wapuula.com theme
Version: 3.1.0
Version: 3.1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wapu
Expand Down
2 changes: 1 addition & 1 deletion header-landing.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<?php if ( has_nav_menu( 'landing' ) ) : ?>
<?php
wapu_nav_menu(
'themes',
'landing',
'<nav id="site-navigation" class="main-navigation" role="navigation">%s</nav>',
true
);
Expand Down
4 changes: 2 additions & 2 deletions style.css

Large diffs are not rendered by default.

0 comments on commit 2341128

Please sign in to comment.