bootsnav
bootsnav copied to clipboard
Bootsnav - Multi Purpose Header
Apologies if I missed something obvious, but I did not find any code samples. I am looking to change this behavior with minimum impact on the existing bootsnav menu css...
I am loading all js files with window.onload, bootsnav gives me an error for $ not defined. I am trying to call bootsnav on window.onload but it didn't worked. How...
Hi, I would like to ask you, how to enable link in dropdown menu? I have Menu -> Menu1 -> Menu 2 And I would like to click on "Menu"...
Hello, At First, Thank You For Creating Such an Amazing Navigation. Can I know when did you upgrade this for bootstrap version 4. Regards,
on bootsnav.css line 1283 update **padding-left: 0 !mportant;** to **padding-left: 0 !important;**
Hi , how can i delay on hover event in show menu on desktop ?
mportant
Line 1285 of bootsnav.css reads ```css padding-left: 0 !mportant; ``` instead of ```css padding-left: 0 !important; ``` Because of this, it cannot be compiled by rails-sass.
Can you update it to Bootstrap 4.0?
First I appreciate your great work, the problem is related to close button of the mobile menus whenscrolling caused by .wrap-sticky nav.navbar.bootsnav { position: absolute; width: 100%; /* left: 0;...