Closed stevegr73 closed 4 years ago
Sorry for such late answer.
Just create your own button where you want and pass it to the plugin like this:
<script>
jQuery(document).ready(function($) {
$('#main-nav').hcOffcanvasNav({
maxWidth: 980,
navTitle: 'All pages',
customToggle: $('#my-custom-toggle')
});
});
</script>
I use the nav with Bootstrap, but when i size down the window the menu icon goes to the top of the page. Can I place it in the same position where the nav tag is? (in my example, in the red border div). Thank you.
Code: