Add this css in asset->theme.sss file at bottom, and like if work
.x-menu--level-1--container li:nth-child(5) .x-menu--level-2--list,.x-menu--level-1--container li:nth-child(6) .x-menu--level-2--list{column-count: 2;}
Adding multi‑column layouts to Shopify navigation dropdowns (Debut and other themes) via CSS. Core approach: edit the theme stylesheet (theme.scss/theme.css) and set column-count on the target menu’s dropdown list, often with width tweaks.
Key techniques:
Recent updates/outcomes:
Notes:
Status: No universal fix; case-by-case CSS. Discussion remains open for individual setups.
Add this css in asset->theme.sss file at bottom, and like if work
.x-menu--level-1--container li:nth-child(5) .x-menu--level-2--list,.x-menu--level-1--container li:nth-child(6) .x-menu--level-2--list{column-count: 2;}