Dawn - Extra Padding 'page-width' color change on Mobile

Topic summary

A user is experiencing an issue with the Dawn theme on mobile where the \

Summarized with AI on November 6. AI used: claude-sonnet-4-5-20250929.

Hi @IllIlIl1

Step 1. Go to Admin → Online store → Theme > Edit code

Step 2. Find the file base.css. Search and add for the following CSS snippet

@media screen and (max-width: 750px) {
.collapsible-content__wrapper {
color: red
}
}

If it helps you, please like and mark it as the solution.

Best Regards