Add Extra Container
-
Is there any chance you could add an additional container to the walker class?
The project I’m working on calls for an additional container to the walker class so it can be styled a certain way. Inside of walker.class.php lines 31 and 47 would be where the new markup would go.
Line 31
$output .= "\n$indent<div class=\"mega-sub-container\"><ul class=\"mega-sub-menu\">\n";
Line 47
$output .= "$indent</ul></div>\n";
You can see an example of what I’m trying to do on xfernet.bigrigmedia.com. Hover over Services and you can see the styling.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Add Extra Container’ is closed to new replies.