• Hello,

    First, want to appreciate for such a wonderful and excellent plugin.

    we have set ap mega in the primary menu and it’s working fine on desktop view.

    In the mobile view, we have a sticky header hence the mega menu has not fully expanded and visible.

    we want mega view on desktop view and want regular drop down menu.

    How this can be possible?

    please find the URL and see the services menu for your reference to understand the issue.

    https://116.72.244.139:901/valud/current/speed_improve/

    Thanks
    Aniket

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello there,

    Thank you for writing in,

    We have checked your issue, and we found out that, the issue which you are facing in the mobile view is due to the sticky header, so please follow the following instruction in order to solve your issue,

    Please go to your Dashboard>>AP Mega Menu>>General Setting>>Custom CSS
    and add the following CSS:

    html {
        overflow-x: hidden;
    }
    
    @media screen and (max-width: 768px){
    .wpmm_megamenu .wp-megamenu-main-wrapper ul ul {
        overflow-y: scroll;
        height: 300px;
    }
    }

    Thank you!

    Thread Starter aniketjll

    (@aniketjll)

    Hi there,

    Thank you very much for the reply & resolving the issue. Your code worked properly.

    Sorry to trouble you again but if you see solution and service both have the mega menu but Solution hyperlink work properly in desktop view but service menu link doesn’t work in desktop view.

    While in mobile responsive view both solution and services with it’s sub-menu like IBM TRIIRGA Servies & Maximo services hyperlink is not working.

    is any way each page and menu link work in mobile view too.

    Thanks once again.
    Aniket

    Hello there,

    Thank you for writing in,

    Can you provide us a proper URL site because the given URL site is not working, So please provide us a valid URL site so that we can check your issue,

    Thank you!

    hello,
    I am using ap mega menu plugin and it working perfectly in desktop mode. But in mobile version it not working properly. when i open my website in mobile version > click on menu button > click on main menu item > shows sub menu item and instant menu closed. i cant click on sub menu links.
    please solve this issue.
    link to check : https://manhattanjaipur.com/

    • This reply was modified 5 years, 11 months ago by Rakesh.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to off mega menu view and show regular drop down view in mobile view’ is closed to new replies.