Remove offcanvas menu

The code snippets below should be pasted into your child theme's functions.php file.

Here is how to remove all trace of the off-canvas menu.

// Remove offcanvas menu.
remove_theme_support( 'offcanvas-menu' );