Mobile collection list tiles in the Impact theme are too large; requester wants smaller images and text on phones, showing 2–3 items per row.
Actions and outcome:
Helper provided custom CSS to add under the in theme.liquid. Initial placement was wrong, then corrected, and font-size reduction was added. Changes became visible and were confirmed to work.
Exact code details are not shown in the transcript; screenshots were referenced.
Theme setting interaction:
Works when the “Stack collections” option is enabled (a layout setting that stacks collection cards vertically). The requester asked to have the same sizing when “Stack collections” is unchecked (grid layout).
Helper cautioned that applying a fix for the non-stacked layout would conflict with the existing code, potentially breaking both; no workaround was provided.
New question:
Another participant asked how to move the collection title from centered overlay to below the image, left-aligned. No responses yet.
Status:
Primary issue resolved for stacked layout on mobile. Behavior for non-stacked layout remains unresolved. New styling question is open.
Summarized with AI on December 27.
AI used: gpt-5.
Trying to make the collection list size smaller in mobile, have tried adding several different css code lines into theme.css and the liquid file that i found on this community forum but none have worked.
I want the images to be smaller on mobile only and also the text to match the smaller size on mobile. atleast 2 or 3 images in one row. Please let me know
Go to your theme’s “Edit Code” Option, then in the search bar type “theme.liquid”
Below the tag “” tag paste the following. Screenshot attached for reference.
Screenshot is for reference only, the correct code to paste is the one shown above.
Oh, sorry. I applied it in the wrong section. I applied it here. If you don’t want this, you can remove the code. I will send you the one for the collection list in a while
Thanks so much, it works! Just one thing, is it possible to still have these apply if the collection is not checked as “stack collections” if i have it unchecked it looks like this, but the other way around its fine. Let me know if there is a workaround, otherwise no worries