Most of my links are in need of the Mega Menu dropdown, and therefore have sub-menu content.
Not all links have this sub-menu content though, say for instance "Contact Us" ---- this type should not show any megamenu dropdown on hover.... yet still shows this worthless emptiness:
<ul class="awemenu-submenu awemenu-megamenu" data-width="100%" >
<li class="awemenu-item">
<div class="awemenu-megamenu-wrapper">
<div class="row">
<div class="col-md-12 col-xs-12">
</div>
</div>
<div class="row">
<div class="col-md-2 col-xs-12">
</div>
<div class="col-md-10 col-xs-12">
</div>
</div>
</div>
</li></ul>
Shouldn't it be normal behavior to "not show" all of these empty divs if they don't have content?
Am I forced to use CSS to shut off the display of this empty area for these links?
Hi,
With menu without submenu, please uncheck "Enable megamnu for this item".
Oh, thanks! I thought that option was to enable/disable the entire link!
Appreciate the help :)