Site logo

Archived topic

Side nav like yotube desktop

3 replies · Started by keiron on March 5, 2019

Viewing posts 1–4 of 4

I am wondering if it is possible to have a side navigation similar to that of Youtube's desktop menu which is present when the youtube homepage loads but can be retracted using the toggle above. If you look at my site i would prefer to keep the current navigation the same but try and utilise a menu like this as well.

good stuff, and how would i get it to appear to the left of the logo.... (float: left !imprtant) only adds it to the right of the logo....

Something like this:

@media (min-width: 768px) {
    .inside-navigation {
        position: relative;
    }

    .main-navigation .navigation-logo {
        margin-left: 100px !important;
    }

    .slideout-toggle {
        position: absolute !important;
        left: 0;
    }
}
This archived topic is closed to new replies.