Title: Mobile Menu Gone
Last modified: August 30, 2016

---

# Mobile Menu Gone

 *  Resolved [jmkt](https://wordpress.org/support/users/jmkt/)
 * (@jmkt)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/mobile-menu-gone/)
 * There is no mobile menu on small devices. I have checked on android mobile phone
   and also by decreasing the size of a desktop screen. Not sure how long this has
   been like this. Clent has not mentioned it bit I just noticed it myself.
 * [http://www.fionashousecleaning.co.uk/](http://www.fionashousecleaning.co.uk/)
 * I’d be grateful for any help.

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

 *  [Styled Themes](https://wordpress.org/support/users/gejay/)
 * (@gejay)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/mobile-menu-gone/#post-6377953)
 * hi jmkt,
 * Please add the folloing code of cssto fix the issue.
 *     ```
       @media (max-width: 767px) {
       	h3.menu-toggle {
       	    display: block !important;
       	}
       }
       ```
   
 * Note: Please use the custom css plugin or Child theme so the changes does not
   lost on theme updates.
 * Thanks
 *  Thread Starter [jmkt](https://wordpress.org/support/users/jmkt/)
 * (@jmkt)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/mobile-menu-gone/#post-6377956)
 * Hi,
 * Many thanks for your reply.
 * When I checked the CSS I realised I had already added
 *     ```
       h3.menu-toggle{
       	display:none;
       }
       ```
   
 * Why? I don’t know!
 * Anyway, removing that solved the problem.
 * Thanks again.

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

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

 * ![](https://i0.wp.com/themes.svn.wordpress.org/celestial-lite/3.5.8/screenshot.
   png)
 * Celestial - Lite
 * [Support Threads](https://wordpress.org/support/theme/celestial-lite/)
 * [Active Topics](https://wordpress.org/support/theme/celestial-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/celestial-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/celestial-lite/reviews/)

## Tags

 * [menu](https://wordpress.org/support/topic-tag/menu/)

 * 2 replies
 * 2 participants
 * Last reply from: [jmkt](https://wordpress.org/support/users/jmkt/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/mobile-menu-gone/#post-6377956)
 * Status: resolved