Title: Mobile Menu
Last modified: February 14, 2023

---

# Mobile Menu

 *  Resolved [saraneve](https://wordpress.org/support/users/saraneve/)
 * (@saraneve)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/mobile-menu-242/)
 * HI,
   I would like to know if it is possible to make the mobile menu like in the
   [image I have attached](https://postimg.cc/zLn0hw1W). Basically: search icon 
   and hamburger together with the logo, all sticky.
 * Thanks for the attention.

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

 *  Theme Author [Alexander Agnarson](https://wordpress.org/support/users/alxmedia/)
 * (@alxmedia)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/mobile-menu-242/#post-16474481)
 * Hi there! Here is a start for you, add this in Customize > Additional CSS:
 *     ```wp-block-code
       @media only screen and (max-width: 479px) {	
       	#theme-toggle { display: none; }
       	.toggle-search { top: -62px; }
       	#wrap-nav-header { position: relative; z-index: 99; }
       	#wrap-nav-header .menu-toggle { margin-top: -62px; }
       	.nav-menu.mobile > div > ul > li:last-child { margin-bottom: 82px; }
       }
       ```
   
 * Making it all sticky is a bit more complicated.
 *  Thread Starter [saraneve](https://wordpress.org/support/users/saraneve/)
 * (@saraneve)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/mobile-menu-242/#post-16478517)
 * Thank you very much!
 * I will try to optimize the theme to make it as personal as possible.

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

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

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

## Tags

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

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