Dawn Mobile View - Please help resize the featured collection

Topic summary

A store owner seeks help resizing the featured collection section on their mobile homepage, specifically under the “Recently purchased” area. The issue is demonstrated through a screenshot showing layout problems.

Proposed Solution:

  • Navigate to Online Store → Theme → Edit Code
  • Locate the assets/base.css file
  • Add custom CSS targeting the specific collection template ID:
    div#collection-template--23380050182462__featured_collection_77xqVJ {
      width: auto!important;
    }
    

The solution includes a visual reference showing where to implement the code. Status: The discussion appears resolved with a technical fix provided, though no confirmation of implementation success has been posted yet.

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

Dawn Mobile View. Hi please help me fix the size of my featured collection under “Recently purchased” section of my home page

Shop url - https://greenpaxstore.com/
password - xuldeb

1 Like

Hello @GreenPax

Go to Online Store, then Theme, and select Edit Code.
Search for assets/base.css Add the provided code at the end of the file.

div#collection-template--23380050182462__featured_collection_77xqVJ {
width: auto!important;
}

1 Like