Hi,
Good question. Here the original mega menu. Changing « width:400px; » for « width:100%; » do nothing. I try change the li, ul or inside <div> width without result.
<li><a href="#">Mega menu</a>
<ul class="mega-menu">
<li>
<!-- The mega drop down contents -->
<div style="width:400px;max-width:100%;">
<div style="padding:5px 24px;">
<p>This is a mega drop down test. Just set the "mega-menu" class to the parent UL element to inform the SmartMenus script. It can contain <strong>any HTML</strong>.</p>
<p>Just style the contents as you like (you may need to reset some SmartMenus inherited styles - e.g. for lists, links, etc.)</p>
</div>
</div>
</li>
</ul>
</li>
I whant to change the width : 800px, dynamic width or full wide mega menu.
Thanks a lot.