• Resolved Zoker

    (@zoker)


    Hi there,

    I use your plugin, but sadly some of the things do not work:

    1. I disabled “Mega menu for mobile” but still there is a big blue “Menu” button and a crappy mobile menu
    2. The “bottom padding” does not save within “First Level Menu Item”, value just gets lost on safe
    3. Where can I disable this padding:
    4. The most right menu has an padding and therefore is not reachable via mouse
    5. The url is: http://v3.gamefiction.de/

      Thank you!
      Florian

Viewing 1 replies (of 1 total)
  • Hi @zoker,

    Thank you for using WP Mega Menu plugin and also point out few issues.

    1. We are working disable mobile menu options. Soon we will release update to fix this issue.

    2. We have used bottom padding options for anchor tag (a) instead of (li). But you are trying to remove bottom padding from li item.

    3. I can see your website menu item (li) contains bottom padding .6em . So, you need to override bottom padding .6em to 0 for menu items. You just add the bellow css code within your theme

    .wp-megamenu-wrap .wpmm-nav-wrap > ul > li {margin-bottom:0}

    Thanks

Viewing 1 replies (of 1 total)

The topic ‘Some bugs’ is closed to new replies.