change orientation of MenuBar submenu

Hi,

Is it possible to display a submenu of a menubar horizontally as shown in the attached example ?

Thank you.
13327.png

Hi,

yes, it’s kind of possible but will bring some limitations. Just add the following css to your theme:

.v-menubar-submenu .v-menubar-menuitem {
    float: left;
}

The limitations are that it won’t look nice anymore if you add another menu level, and you can’t use separators.

Oh yes, it’s not nice, thank you anyway :slight_smile: