Frage

I've integrated the Mega Menu Plugin into the Wordpress site I'm working on. The last menu item gets truncated, because the main container has max-width set. I want the last item to overflow while still keeping the same max-width. I've tried setting overflow-x and z-index on menu ul, li and main div container, but to no avail.

EDIT: the parent of the menu had overlow: hidden. Setting it to overflow: inherit fixed the problem.

War es hilfreich?

Lösung

<div id="wrapper"> is getting overflow: hidden. If you remove that your menu will not get cut off.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top