Collection Tab ( Dawn Theme )

Topic summary

A user implemented custom collection tabs in their Dawn theme Shopify store that display well on desktop but poorly on mobile, with tabs extending beyond the viewport.

Problem: The mobile layout shows tabs in a single horizontal line that requires scrolling, rather than wrapping to multiple rows as desired.

Solution Provided: DaisyVo offered CSS code to be added to the theme.liquid file above the </head> tag. The code uses media queries to adjust tab width and padding for screens under 768px, allowing tabs to wrap properly on mobile devices.

Result: The CSS solution successfully resolved the mobile display issue.

Follow-up Request: The user now wants to add a “View More” button to each collection tab. A respondent indicated this would require Liquid code modifications to link each button to its respective collection.

Status: Initial mobile layout issue resolved; “View More” button feature remains open for implementation.

Summarized with AI on October 31. AI used: claude-sonnet-4-5-20250929.

Hi @dreamtechzone_5
You have to adjust that using liquid code and adding a link of current tab collection there
Thanks!