Bug #18815
closedMenu items not appearing
0%
Description
Hi All,
Issue is on this site: https://johnjaytlc.commons.gc.cuny.edu
There should be a 6th top level nav item titled "Wellbeing in our community" with two sub items. https://johnjaytlc.commons.gc.cuny.edu/wp-admin/nav-menus.php
This section of menu appears in the mobile hamburger menu, but not on the full screen view of the site.
Not sure what could be causing this - the pages are published and public, and correctly inserted into the menu structure. As far as I can tell, there is no custom css on the site.
Files
Updated by Boone Gorges about 1 year ago
- File Screenshot_2023-09-12_15-03-17.png Screenshot_2023-09-12_15-03-17.png added
- Status changed from New to Reporter Feedback
It's spilling over to a second line. See screenshot.
I see two possible solutions:
1. Make one or more of the menu items shorter. For example, changing 'Department/Program Resources' to 'Resources' appears to be enough.
2. Allow the navigation wrapper to expand to a multi-line nav. The following will probably do it:
nav#site-navigation { height: auto; }
Updated by Laurie Hurson about 1 year ago
Thanks Boone. I was wondering if the nav items were too long and wrapping around and not visible. Thanks for the screenshot, this is helpful guidance for how I can check for this in the future.
I will add the custom CSS but also advise on making menu item titles shorter in the future to avoid this issue.
Updated by Boone Gorges about 1 year ago
- Status changed from Reporter Feedback to Resolved
- Target version set to Not tracked
Thanks for confirming!