Important

Okay
  Public Ticket #1429576
Megamenu is not working properly!
Closed

Comments

  • Saeid started the conversation

    Hi,

     

    I am using mega-menu, before when I have updated the menu, I could see the changes simultaneously on the website. However, it is not working the same anymore even by saving the menu, flashing, reindexing, deploying, compiling, and updating cron. I can see the modification after computer one to two days. I am not sure why? Is it because of computer restarting 

    Also, I could not find a way to have a full-width-screen mega-menu (like the atachment), can you please advise me how to do that?

    Best regards 

  •  1,319
    Land of replied

    Hello Saeid,

    Have a nice day!

    Are you enabled cache of the megamenu? you should flush cache on menu profiles manager, or on new version of megamenu pro you can run the command:

    php bin/magento ves_megamenu:cleancache

    For the full screen menu, please try to add custom css code on your site as this:

    @media (min-width: 768px), print{
    .ves-megamenu.top-navigation>.navigation {
        max-width: 100%!important;
        padding: 0px!important;
    }
    .ves-megamenu .navigation>ul {
        padding: 0 10%!important;
    }
    }