A user wants to create a minimalistic landing page by making collection preview sections span full width with larger height, similar to featured hero images on other sites.
Multiple CSS Solutions Provided:
Several contributors offered custom CSS code to be added to theme.liquid file (before </body> tag) or base.css
Code targets .collection-list-wrapper class to set max-width: 100% and remove padding
Additional styling adjusts card content positioning and removes navigation arrows
Current Issues:
Initial implementation caused collection images to be cut in half
Updated code changed card content position from absolute to relative with bottom: 56px to fix cropping
Mobile view problems emerged: first collection item doesn’t appear, layout needs optimization
User requests a 2x2 grid layout for mobile instead of current broken display
Status: Ongoing - desktop view resolved but mobile responsiveness still needs addressing. The discussion includes multiple code snippets and before/after screenshots showing the implementation progress.
Summarized with AI on November 5.
AI used: claude-sonnet-4-5-20250929.
Hello,I want to make my page minimalistic and use a lot of photos instead of text. I want to make a collection preview on my landing page span the whole page width and have a larger, more signifcant height to create a better user experience. Any help is appreciated, thank you.
Thank you! However it seems that the collection image gets cut in half for some reason? How do I fix this? Also is it possible to remove the arrows, so there is only the text? Thanks!
Thank you, Is it possible to optimize for mobile view aswell? Right now the first option from collection doesnt even appear on mobile view and I would like to simply have a 2x2 like in the example below