Home › Forums › WoodMart support forum › Split: Issue with Sub Menu Split: Issue with Sub Menu This topic has 3 replies, 2 voices, and was last updated 3 years, 7 months ago by Artem Temos. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts April 10, 2021 at 7:56 am #281128 scbeautystoreParticipant Buongiorno, Anche io dopo l’aggiornamento mi ritrovo con questo problema nel menù, allego immagine. Come posso risolvere? Grazie Attachments:You must be logged in to view attached files. April 10, 2021 at 8:20 am #281142 Artem TemosKeymaster Hello, Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue. We will fix this in our next update as well. .wd-dropdown-menu.wd-design-sized > .container > .wd-sub-menu:not(.row), .wd-dropdown-menu.wd-design-full-width > .container > .wd-sub-menu:not(.row) { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; } .wd-dropdown-menu.wd-design-sized > .container > .wd-sub-menu:not(.row) > li, .wd-dropdown-menu.wd-design-full-width > .container > .wd-sub-menu:not(.row) > li { position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; -ms-flex: 0 0 auto; flex: 0 0 auto; } Kind Regards April 10, 2021 at 10:33 am #281204 scbeautystoreParticipant Ciao, Grazie mille per la soluzione… TOP!!! April 10, 2021 at 3:14 pm #281312 Artem TemosKeymaster You are welcome! 🙂 Author Posts Tagged: menu, sottocategorie Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register