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.

Re: mega menu link problem

Home Forums Older releases 0.9.x mega menu link problem Re: mega menu link problem

#1492
admin
Keymaster

Hi, the problem seems to be that your columns DIVs in the mega menu are not properly cleared on mobile and your mega menu gets 1px computed height. You could clear them, for example, by adding overflow:hidden; to the parent DIV – e.g.:

<div style="width:62em">
<div style="overflow:hidden"> ...

Cheers!