Title: Mobile Menu Issues, last update&#8230;
Last modified: July 29, 2018

---

# Mobile Menu Issues, last update…

 *  Resolved [donnaWPadmin](https://wordpress.org/support/users/donnawpadmin/)
 * (@donnawpadmin)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/mobile-menu-issues-last-update/)
 * This post is on one of the threads also, but I thought rather than adding to 
   a thread with almost 100 posts, I’d just create a new topic:
 * Hi Romik. Never checked my site on mobile yet. After reading NickPapaG’s post,
   I decided to check mine. My submenu doesn’t open at all on mobile, just goes 
   to the top page. (aren’t they supposed to pop out automatically on a mobile sub-
   menu so you don’t have to actually “pull out” the submenu?) …doesn’t seem to 
   be correct. [https://ajbusinesscenter.com](https://ajbusinesscenter.com) is the
   URL.
 * Also, shouldn’t the mobile menu be at the top of the site? Why do we have to 
   scroll down and look for it. I realize that’s where it is on the desktop version,
   but all mobile menu’s I see have the menu at the very top of the page.
 * Not to be complaining about your design, but here is a very popular theme that
   I use on my site, and notice the differences in the mobile menu: [https://everythingit.us](https://everythingit.us)(
   uses X theme)
 * It’s just not real user-friendly, that’s all.
 * Thanks Romik. You’re doing a great job….hang in there! 🙂 It’s not a terribly
   busy site, so as long as we get to it eventually I’m good.

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

 *  [Romik84](https://wordpress.org/support/users/romik84/)
 * (@romik84)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/mobile-menu-issues-last-update/#post-10538697)
 * hi Donna, to your questions and comments:
 * > My submenu doesn’t open at all on mobile, just goes to the top page.
 * Yesterday I released new version 3.9.3 which fix issues with mobile menus, please
   check it out
 * > Also, shouldn’t the mobile menu be at the top of the site?
 * It actually is shown under the website title which I think is fine. Mobile menu
   is shown exactly on the place where the main menu is placed on the website. The
   mentioned website you provided uses defined header padding 250px which move the
   menu even more down. If you check a basic version of the theme without set extra
   long values of header you will see the mobile menu position is really OK.
 * Thanks for any comments 😉
 *  Thread Starter [donnaWPadmin](https://wordpress.org/support/users/donnawpadmin/)
 * (@donnawpadmin)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/mobile-menu-issues-last-update/#post-10538739)
 * It’s better after the update, yes. Damn you are QUICK! Anyways, I have that padding
   because your header space is so small it cuts off my image…but it doesn’t show
   on the mobile layout anyways, because the header doesn’t seem to be very responsive.
   I don’t care much, but I’d like to be able to reduce the padding on the mobile
   version. (unless you make the whole header image responsive so it can be seen)
   Can you give me a recommendation here maybe? Can I make that padding for desktop/
   laptop versions only, and not on mobile with CSS?
 * It seems like it just CROPS the header image on mobile…am I looking at it wrong?
    -  This reply was modified 7 years, 10 months ago by [donnaWPadmin](https://wordpress.org/support/users/donnawpadmin/).
 *  [Romik84](https://wordpress.org/support/users/romik84/)
 * (@romik84)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/mobile-menu-issues-last-update/#post-10538751)
 * Yep, try this **Additional CSS**:
 *     ```
       @media (min-width: 768px) {
           .header {
               padding-top: 50px;
               padding-bottom: 250px;
           }
       }
       ```
   
 * This will be shown only on tablet and higher resolutions so don’t forget to set
   new padding for mobile in the customizer options. Didn’t test it but should work
   as required 😉
 *  Thread Starter [donnaWPadmin](https://wordpress.org/support/users/donnawpadmin/)
 * (@donnawpadmin)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/mobile-menu-issues-last-update/#post-10542291)
 * Seems to work alright I guess. I think I would code it the opposite way around
   though (special code the mobile, and make the desktop the default/standard values)
   And I need to change the font to REM value or something that resizes also I guess
   because it’s too large now.
 * But there are other issues on mobile. The slider (parallax) …the text goes on
   top of the image, instead of either (1) moving to the top or bottom of the image,
   or (2) leaving it off altogether option
 *  [Abigailm](https://wordpress.org/support/users/abigailm/)
 * (@abigailm)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/mobile-menu-issues-last-update/#post-10542479)
 * > I think I would code it the opposite way around though (special code the mobile,
   > and make the desktop the default/standard values)
 *  I tend to work that way myself when designing, but the better practice is to
   design for the smallest screen size and then move up –especially when working
   with the Bootstrap framework. That’s pretty much Bootstrap dogma. I know that
   starting with big-screen design is a hard habit to break, but I think that Romik
   basically is following the recommended protocol.
 *  [Romik84](https://wordpress.org/support/users/romik84/)
 * (@romik84)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/mobile-menu-issues-last-update/#post-10544371)
 * If I may, I will mark this as resolved 🙂

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

The topic ‘Mobile Menu Issues, last update…’ is closed to new replies.

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

 * 6 replies
 * 3 participants
 * Last reply from: [Romik84](https://wordpress.org/support/users/romik84/)
 * Last activity: [7 years, 10 months ago](https://wordpress.org/support/topic/mobile-menu-issues-last-update/#post-10544371)
 * Status: resolved