Mega menu position & width setiings??

I don't see the setting for position and width of the mega menu mentioned in version 25.1.0.2.


Comments

  • Hello,

    This note in the changelog is about fixing an issue with the mega menu width and position because the display was corrupted in one of the updates.

    This fix did not introduce the option to customize the mega menu.


    Best regards

  • Before the last update of the theme, my mega menu was positioned on the right, after the update it is positioned on the left. What should I change to be positioned to the right again?

    After update theme on 25.1.1 version:

    In custom CSS I use this code:

    .mfn-megamenu{
      max-width:1000px !important;
    }
    
  • Please attach a link to your website so we can check it out. If the page is offline(localhost), then our help will be limited. You will have to contact us when the page is online. Also, please make sure that the page is not under maintenance before you provide us the link.


    Thanks

  • The CSS you mentioned above is causing it.

    Look at the following screenshot:

    I have removed this CSS, and the Mega Menu looks like this.


    Best regards

  • Before updating the theme, the mega menu with this css worked ok, the mega menu was positioned to the right.

    I narrowed the mega menu with this css to 1000px because it is quite stretched.

    Can it be positioned right with css?

  • Please, try the following CSS code:

    ul.sub-menu.mfn-megamenu{
       right: 0!important;
       left: unset!important;
    }
    

    Thanks

  • Thank you!

Sign In or Register to comment.