<ul id="menu">
<li><a href="#">About Assetline</a>
<li><a href="#">Products & Services</a>
<div id="mega">
<ul>
<li><a href="#">Commercial Credit</a></li>
</ul>
<ul>
<li><a href="#">Portfolio Management</a></li>
</ul>
</div><!--mega-->
</li>
<li><a href="#">News & Events</a>
</ul>
This is the menu structure what I want to integrate into wordpress . But there’s an issue to add a div id ( ) inside of a menu . Any idea to achieve this ?
Read more here: Insert a div class inside wordpress menu