Site logo

Archived topic

Full Width Slide Out Navigation

3 replies · Started by Satori on December 4, 2017

Viewing posts 1–4 of 4

Hi Tom! I wonder how can I achieve a full width Slide out menu. I want it to cover the whole screen.

Also, and I'm sorry for this unrelated question. But Tom, is there an online course you would recommend for WordPress development? I'd like to go deep on this subject, so that way I could customize my websites even more.

Thanks in advance.

Hi there,

You can do this:

@media (min-width: 400px) {
    .slideout-navigation {
        width: 100%;
    }
}

If you do that, you’ll need to add a close button to the slide-out menu by adding a Custom Link, making the URL # and giving it this class: slideout-toggle

The WordPress codex is great, but you should focus on learning CSS, HTML and PHP first.

Thank you Tom!

You're welcome :)

This archived topic is closed to new replies.