Super Traffic Machine DIY Kit › Forums › Student Forum › General Website Discussion › Quick solution if your menu is not working on mobile
- This topic has 2 replies, 2 voices, and was last updated 7 years, 5 months ago by
othmansafdar@gmail.com.
Viewing 2 reply threads
-
AuthorPosts
-
-
September 11, 2015 at 8:19 am #6742
othmansafdar@gmail.com
ParticipantIn case anyone’s having problem witht the navigation menu not working properly on mobile devices… the solution is very simple: Navigate to header.php file of the Google Friendly Theme and replace the following code…
<h3 class=”menu-toggle”><?php _e( ‘Menu’, ‘twentytwelve’ ); ?></h3>
…With this one:
<button class=”menu-toggle”><?php _e( ‘Menu’, ‘twentytwelve’ ); ?></button>
You’re welcome 🙂
-
September 11, 2015 at 8:19 am #6775
dhafir.fuller@gmail.com
ParticipantOsman, how do you get to thw header php file?
-
September 11, 2015 at 8:19 am #6776
othmansafdar@gmail.com
ParticipantDee, on your wordpress dashboard, go to “Appearance” and then “Editor”. Then on the right hand side you should be able to locate header.php file.
-
-
AuthorPosts
Viewing 2 reply threads
- You must be logged in to reply to this topic.