You’re welcome! ![]()
Topic summary
A user needed help increasing the width of dropdown menus on their Shopify store using the Dawn theme.
Solutions Provided:
Two approaches were offered:
-
Custom CSS via Theme Customizer: Add CSS code through Online Store → Customize → Settings → Custom CSS to modify
.header__submenu.header__menu-itemwithwhite-space: nowrap -
Direct Theme File Edit: Navigate to Online Store → Themes → Edit Code, locate the base.css file, and add CSS targeting
.header__submenu.list-menuwith a custom width value (example:width: 250px)
Outcome:
The issue was resolved successfully. The user confirmed the solution worked, and the discussion was marked as resolved.