Title: Mobile Menu
Last modified: April 13, 2018

---

# Mobile Menu

 *  Resolved [ledsaja](https://wordpress.org/support/users/ledsaja/)
 * (@ledsaja)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/mobile-menu-111/)
 * Help, Mobile menu on quark theme is not friendly by default. How to makeenu on
   mobile is friendly like can make drop down. Mas css php and js is not pro.
    Plesae
   how tutor to make drop down menu. See wordpress.org menu is cool if i open on
   mobile. But quork not cool only for mobile menu.

Viewing 1 replies (of 1 total)

 *  Theme Author [Anthony Hortin](https://wordpress.org/support/users/ahortin/)
 * (@ahortin)
 * [8 years ago](https://wordpress.org/support/topic/mobile-menu-111/#post-10261017)
 * You can either edit functions.php and remove the comments from the beginning 
   of the following lines (approx line 456 & 457)
 *     ```
       //wp_register_script( 'small-menu', trailingslashit( get_template_directory_uri() ) . 'js/small-menu.js', array( 'jquery' ), '20130130', true );
       //wp_enqueue_script( 'small-menu' );
       ```
   
 * Or if you’re using a child theme, simply add the following lines where you are
   enqueueing your scripts in your own functions.php file.
 *     ```
       wp_register_script( 'small-menu', trailingslashit( get_template_directory_uri() ) . 'js/small-menu.js', array( 'jquery' ), '20130130', true );
       wp_enqueue_script( 'small-menu' );
       ```
   
    -  This reply was modified 8 years ago by [Anthony Hortin](https://wordpress.org/support/users/ahortin/).

Viewing 1 replies (of 1 total)

The topic ‘Mobile Menu’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/quark/1.4.1/screenshot.png)
 * Quark
 * [Support Threads](https://wordpress.org/support/theme/quark/)
 * [Active Topics](https://wordpress.org/support/theme/quark/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/quark/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/quark/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Anthony Hortin](https://wordpress.org/support/users/ahortin/)
 * Last activity: [8 years ago](https://wordpress.org/support/topic/mobile-menu-111/#post-10261017)
 * Status: resolved