Hello, I would like to set the submenu as fullwidth, I mean the width of the entire browser window, not just the main menu one.
I tried:
.jux-dropdown-menu {
width: 100vw;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
height: auto;
max-width: inherit!important;
display: inherit!important;
vertical-align: inherit!important;
border: inherit!important;
}
but the submenu remains aligned to the left margin of menu, not to the screen. What do you suggest I do?
I also have another problem: one of the second-level menu items does not appear in the third column.