Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

Reply To: Can't get mega menu to go full width

Home Forums Older releases 1.0.x Can't get mega menu to go full width Reply To: Can't get mega menu to go full width

#3240
oznog
Participant

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.