• Resolved troy144

    (@troy144)


    Is there a way for menu parent “#” itself to expand submenu items, not just the tiny button? I have users that click the parent name (which does nothing as I set to custom url “#” to be just a menu parent item instead of a page) and they get confused on where they can drill down. I’d like to avoid making generic pages that are nothing more than a repeat of the links in the menu.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • From some quick testing it looks like the following should work in Appearance->Customize->Additional CSS

    #menu-main-navigation li.menu-item-has-children .dropdown-toggle {
    	text-align: right;
    	width: 100%;
    }
    Thread Starter troy144

    (@troy144)

    Thank you! It’s embarrassing the convoluted things I was trying to get this seemingly simple thing to work!

    Hi there, would really love to do the same thing for my new site, which is a twenty sixteen theme i.e. for the whole parent menu (set as a dummy #) to show the dropdwon when clicked. The issue is only when it is in mobile / tablet mode: sadly the css from @jarretc doesn’t seem to work on my theme. Thanks!

    answered my own question.

    The start of the code is a . not a # in my theme i.e. .menu-main-navigation

    Cheers ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Is there a way for menu parent “#” itself to expand submenu, not just button’ is closed to new replies.