christianrieger
Hi
You have to a width value in the pixel on the backend mega menu options for example 1000px
At the moment auto width option is not work. I raised a ticket for dev team on this feedback.

Hi Ninja,

many thanks for your quick response! Let's see what the dev team will say.

    christianrieger
    Hi
    the feedback has been submitted. It is not instant, it take internal discussion and take time for further roadmap addition.

    Hi

    We just updated this custom CSS code:

    /* Update by JoomlArt */
    .t4-megamenu.animate .dropdown > .dropdown-menu {
      position: fixed;
      left: 0;
      right: 0;
      top: auto;
      margin: 0 !important;
      width: auto !important;
    }
    
    .t4-megamenu.animate .dropdown .mega-dropdown-inner {
      max-width: 1256px;
      margin: 0 auto;
    }

    Kindly check.

    Ninja locked the discussion.
    Write a Reply...
    You need to Login to view replies.