I've integrated the <a href="http://wordpress.org/extend/plugins/jquery-mega-menu/" rel="nofollow">Mega Menu Plugin</a> into the Wordpress site I'm working on. The last menu item gets truncated, because the main container has
set. I want the last item to overflow while still keeping the same
. I've tried setting
and
on menu
,
and main
container, but to no avail.
<br />
<b>EDIT</b>: the parent of the menu had
. Setting it to
fixed the problem.
Code:
max-width
Code:
max-width
Code:
overflow-x
Code:
z-index
Code:
ul
Code:
li
Code:
div
<br />
<b>EDIT</b>: the parent of the menu had
Code:
overlow: hidden
Code:
overflow: inherit