MegaMenu dropdown full width

Hi there,

How can I make the dropdown of the megamenu cover the whole screen? I’ve set width to 100%, but the dropdown always starts from the toggle’s starting point.

I can set margin-left to a high minus value, but that is not a clean solution and needs adjustment at every change.
Link to the site: https://www.soelvahof.com/staging/

Take a look:

Hey @xoa,

Thanks for writing in! To get your issue resolve, please check out this video instead:

Josh added a custom inline element CSS as he indicated in the video description:

$el.x-dropdown {
    inset-inline-start: auto !important;
    inset-inline-end: auto !important;
}

Best Regards.

Things can be so easy. Thanks. :grin:

You are most welcome @xoa

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.