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.

mega menu link problem

Home Forums Older releases 0.9.x mega menu link problem

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1286
    clio
    Participant

    Hi, Thank you for your incredible job! Smartmenu is really smart! But I have a problem with my implementation of mega menu – you can see it here: http://diobg.com/bgitalylens/catalogues/1/15/3 Everything is ok when I test it on desktop browser. But when the resolution is decreased – you can see all the nodes in the mega menu, but they are linked in a wrong location. What is the problem with my menu?

    #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!

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘0.9.x’ is closed to new topics and replies.