Title: Delete Menu responsive
Last modified: August 22, 2016

---

# Delete Menu responsive

 *  [jennmaye](https://wordpress.org/support/users/jennmaye/)
 * (@jennmaye)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/delete-menu-responsive/)
 * Hi and tkank you for this amazing theme! 5 stars really!
 * I would like to remove the Top Menu on the mobile version: how can we leave the
   entire menu instead of the scrolling menu?
 * Tks for your help

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Theme Author [TT Themes](https://wordpress.org/support/users/tomastoman/)
 * (@tomastoman)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/delete-menu-responsive/#post-5949043)
 * Hi,
 * to keep the entire Top Header Menu on the mobile devices, please insert the following
   custom CSS into “Theme Options > Other Settings > Custom CSS”:
 *     ```
       @media screen and (max-width: 1100px) {
       .js #header #top-navigation .selectnav {display: none !important;}
       .js #header #top-navigation #top-nav {display: block !important; margin-left: 5%;}
       }
       ```
   
 * Best regards,
    Tomas Toman
 *  Thread Starter [jennmaye](https://wordpress.org/support/users/jennmaye/)
 * (@jennmaye)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/delete-menu-responsive/#post-5949076)
 * Thanks Thomas for your quick answer, it works perfectly but now the Fixed menu
   is on the main menu (on the mobile version), how can I hide the fixed menu (no
   need to show it on the mobile version)?
 * Tks again
 *  Theme Author [TT Themes](https://wordpress.org/support/users/tomastoman/)
 * (@tomastoman)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/delete-menu-responsive/#post-5949092)
 * Please use this custom CSS in order to hide the Fixed menu on the mobile devices:
 *     ```
       @media screen and (max-width: 1100px) {
       .js #header #fixed-navigation-wrapper {display: none !important;}
       html #wrapper .header-content {padding-top: 35px;}
       }
       ```
   
 * If you then would like to create an additional menu only for the mobile devices,
   you can use the [Responsive Menu](https://wordpress.org/plugins/responsive-menu/)
   plugin.
 * Best regards,
    Tomas Toman
 *  Thread Starter [jennmaye](https://wordpress.org/support/users/jennmaye/)
 * (@jennmaye)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/delete-menu-responsive/#post-5949097)
 * Thank you SO MUCH

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Delete Menu responsive’ is closed to new replies.

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

 * 4 replies
 * 2 participants
 * Last reply from: [jennmaye](https://wordpress.org/support/users/jennmaye/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/delete-menu-responsive/#post-5949097)
 * Status: not resolved