Skip to main content

Mobile Menu Does Not Show

Introduction

Follow these steps if your Mobile Menu is not showing.

Step 1: Disable Your Child Theme

Does your mobile menu show after disabling your child theme?

Step 2: Add PHP Code

If your mobile menu does show then add wp_body_open(); to the header.php file of your child theme, directly after the opening <body> tag:

wp_body_open();

Add wp_body_open to header.php