Horizontal SubMenu
-
I have a need for my submenu items to span the entire width of the available screen instead of the standard vertical dropdown. I found some code that looks like it was designed to replicate that on the web as shown below and followed the instrauctions, but it did not change anything. I’m not sure if it is due to changes in MaxMega Menu or in WordPress itself. Can you point me in the proper direction? Below is the code I found.
@include desktop { #{$wrap} #{$menu} > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-item { width: auto !important; } #{$wrap} #{$menu} > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-clear { clear: none !important; } }
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Horizontal SubMenu’ is closed to new replies.