Problem with "Navigation Modal"

Hey there team!

Just noticed that when I click on a button that is navigation modal, the last item from the menu is shown only half shown. That happens no matter the screen size or the resolution of the monitor.

Please assist :slight_smile:

Hey @kantech,

I checked your site and it looks like you have fixed it.

Thanks.

Well it’s strange because sometimes renders ok, but again sometimes not. I cannot inspect the element from the browser because when I do that the screen size change and it fix itself. Also sometimes the last item from the menu disappears completely, not in half like the example below.

EDIT: Also the same problem we experiance with menu that scroll from the left or right side of the screen. As seen on The pictyre below:

Hi,

To fix it, you can try adding this in Theme Options > CSS

ul.x-menu.x-menu-modal {
   height:auto !important;
}

Hope that helps

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.