HI @MinhNguyen
Add this css in asset->theme.scss file at bottom:
#MenuParent-1{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.