I have a static blok in menu “servicos” that work well in desktop. In mobile the menu don’t have space between the next item, the images are displayed above the menu items.
Because the theme always display a 100% white bar in the mega menu, I put in custom CSS this:
.nav-sublist-dropdown
{ position: absolute;
top: 50%;
background-color: transparent !important;
border: 0px !important;
}