With Yii 2.0.43 release including bootstrap4 I am looking for a html/css snippet to include a responsive side navigation menu bar. There are extensions that seem too old to try and want to keep this simple - just a block that can be included in the layout and be done. Is that possible?
Just a vertical menu bar on the side, similar to the horizontal one at the top.
I was able to get something working with the code below, but does not look great. Plus I want to prefer to use the Nav::widget and create a different set of menu items, from the top nav/menu bar.
I tried the 1st link and it works great! Pasted below on how I incorporated it. On the mobile device however, the current top nav, overlaps the left nav. If they were both going to be the same, then this is ideal, but I was planning on having different navigations between top and side. Is there a way to have both show menus one below the other on mobile? I tried addng a line break but that did not help. I can see the 2nd menu when I pull on the body in the mobile, but can’t click it. Any way to shift the left/2nd menu slightly down on Mobile?
The 2nd Codeply link also works, but creates an undesired empty block across the left menu pushing the main content down. Same issue on Mobile as well where the second menu is hidden behind the first.
And thank you so much! Can’t tell you how much I appreciate your help.