Home › Forums › Support › expand the menu › Reply To: expand the menu
October 28, 2015 at 8:41 pm
#148423
Each menu level below the main menu has a class of “sub-menu”. This means that your code won’t be applied because the class of “.sub-menu” would apply to every level; there wouldn’t be any “ul” elements without that class. The code Tom posted above will target the 1st level of submenu items. Are you trying to change something else?