Created
April 12, 2019 10:50
-
-
Save akther80/0efa218d6db1e91e168ca4d4963b49a9 to your computer and use it in GitHub Desktop.
Tokoo - Hide extra space in Off-canvas-navigation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jQuery(document).ready(function( $ ){ | |
$( '.off-canvas-navigation-wrapper .navbar-toggle-hamburger' ).on( 'click', function() { | |
$('body').toggleClass( "off-canvas-active" ); | |
} ); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment