Thank you so much!
Topic summary
Goal: Move Shopify collection titles to appear above their images on both desktop and mobile.
Key steps/outcome:
- Several responders asked for the store URL/password to inspect the theme. The store URL was shared.
- A direct, pasteable solution was provided: add a CSS rule to the theme’s base.css to reverse the card content order.
• CSS: .collection-list .card { flex-direction: column-reverse !important; }
• Effect: Reverses the flex layout so the title renders above the image across devices.
Status: The change worked as intended and was acknowledged by the requester. The issue is resolved; no further actions noted.