Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Neighborhood › Mobile Menu does not match site menu
New Landing › How can we help? › Themeforest Theme Support › Neighborhood › Mobile Menu does not match site menu
- This topic has 20 replies, 6 voices, and was last updated 8 years by David Martin – Support.
-
Posted in: Neighborhood
-
January 29, 2016 at 5:53 am #244674
Hello,
The mobile menu is not the same as the site menu, where do I go to edit this? I understand that the theme does not allow for the drop downs to be hidden, but there are incorrect pages on the mobile menu & the most important page for access (donation page for nonprofit) is at the bottom of the menu and smartphone navigation makes it tricky to select. I’ll try to attach screenshots so you can see.
Thank you
Attachments:
You must be logged in to view attached files.January 29, 2016 at 2:26 pm #244840Hi
Go to Appearance > Menus and select the one set as mobile menu
– Kyle
January 30, 2016 at 1:31 am #244993Lol, okay I was about to be upset because that is so obvious and I had already tried it… However, I looked through all the menus again and found the “Top Bar Inner Menu” which turned out to be the mobile menu so THANK YOU! ๐
January 30, 2016 at 11:10 am #245027No problem ๐
May 18, 2016 at 2:27 pm #268392Hey Kyle,
I’m trying to create a mobile specific menu; I’d like to add the Login/My Account field to it..
However, I cannot find a way to set a specific menu as a ‘Mobile Menu’; all I see is the ability to set a ‘Main Menu’ and a ‘Top Bar Menu’.
Can you tell me how I set this ‘Mobile Menu’?
Please let me know,
Thanks,
MaxAttachments:
You must be logged in to view attached files.May 18, 2016 at 2:30 pm #268394Hi
Sorry NHood does not have a mobile menu position, however the previous user said ‘Top Bar Menu’ worked for them
– Kyle
May 18, 2016 at 3:04 pm #268409Hey Kyle,
Ok no worries.. I just made a custom change to the css to hide the my-account menu title on desktop..
I’ve found an issue with the dropdown menu on mobile however, if overflows into the body of the webpage (see screenshot..)
I’ve tried to change some css to add padding or margin to the bottom of the menu, but nothing has really worked.
The only one that has worked in a way is:
.header-wrap{ padding-bottom: 30px; }
However, that workaround creates 30px of space between the header and the body, which is not what I want..
Any idea which code would add padding/margin to the bottom of the dropdown menu, to stop this overflow??
Please let me know..
Cheers,
Maxwebsite: bowapparel.com/home
Attachments:
You must be logged in to view attached files.May 18, 2016 at 3:06 pm #268412Use:
@media only screen and (max-width: 479px) { .header-wrap{ padding-bottom: 30px; } }
– Kyle
May 18, 2016 at 3:22 pm #268426Hey Kyle,
Thats what I did use; it creates a 30px gap between the header and the body (see screenshot), even when the menu is not in it’s dropped down state..
I would like there to be no gap between the header and the body, when the menu is not dropped down. (see screenshot)
Any ideas?
Please let me know,
Cheers,
MaxAttachments:
You must be logged in to view attached files.May 18, 2016 at 3:25 pm #268429Try adding this to your custom css:
@media only screen and (max-width: 479px) #main-navigation { height: auto!important; padding-bottom:10px; } }
May 18, 2016 at 3:34 pm #268432Just tried there, still no luck..
Seems weird, as I’ve even targeted the last item in the menu, and given it a margin-bottom:
li.menu-item-13127.menu-item.menu-item-type-post_type.menu-item-object-page.sf-std-menu{ margin-bottom:20px; }
But that doesn’t do anything to it..
May 19, 2016 at 12:10 pm #268675Hey Kyle,
Any other ideas of what I can try?
Please let me know!
Thanks,
MaxMay 23, 2016 at 11:07 am #269334Hi,
What issue is still remaining? Please explain it with marked screenshot.
Thanks
MohammadJune 3, 2016 at 11:33 am #272281Hey Mohammad,
The issue with the menu overlay still exists..
Screenshots were attached above, have attached again to show you..
Have tried all of the css code provided, but still no luck. Any help would be greatly appreciated.
Cheers,
MaxAttachments:
You must be logged in to view attached files.June 3, 2016 at 11:42 am #272286Your site is in maintenance mode. can you provide us admin credentials in a private reply?
Thanks-Rui
-
Posted in: Neighborhood
You must be logged in and have valid license to reply to this topic.