Tertiary menu items
Is this template limited to one drop down level? uufsb.org is the site I’m working on. When you click headings on the main menu, you get the drop down, but any menu items under those items do not show up.
Comments (7)
You can use a plugin to get more menu levels. I use the Max Mega Menu plugin on several UU sites. See firstchurchboston.org for example.
I was hoping I didn’t need to add another plugin, but that worked. Thanks!
It’s a very dependable plugin and highly customizable. I use it on many many sites.
There is one annoying thing — if the menu item is too long and goes to a second line, it spaces that second line out so far that it looks like another item. Put the following code in your Custom CSS (Appearance >> Customize >> Additional CSS) and it will solve that problem.
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child>a.mega-menu-link {
padding-top:10px;
}
Hmm … that doesn’t seem to be doing anything. I do have one of those on uufsb.org under About Us, Location and Accessibility. Accessibility of Building and Programs comes out on two lines. I added this to the Additional CSS and nothing seemed to change.
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child>a.mega-menu-link {
padding-top:10px;
}
Add before the last bracket
line-height: 1;
Thank you!
That only seems to work if the two line entry is first, but I just moved it there.
Yay!