After deleting and adding new submenus to “Beverage” in the secondary menu, the submenus show within one column but not the previous expected in different columns. It seems that the following CSS code does not work for these submenus, Please provide a solution.
.et_b_header-menu .secondary-menu-wrapper .item-design-mega-menu .nav-sublist-dropdown>.container>ul {
flex-direction: row;
}