A user seeks to display product titles and prices inline on collection pages for the Taste Shopify theme, specifically for mobile devices only. They shared a reference image showing the desired layout.
Solution Provided:
A contributor offered CSS-based solutions with two approaches:
Adding a custom class (inline-items) to the card__information element in card-product.liquid
Using CSS targeting .product-card-wrapper .card__content > .card__information without modifying template files
Both methods use flexbox (display: flex and justify-content: space-between) to achieve the inline layout.
Mobile-Only Implementation:
When the original poster confirmed the solution worked but wanted it mobile-only (not desktop), the contributor provided a media query wrapper using @media screen and (min-width: 1025px) to restrict the styling to larger screens.
Status: The discussion appears resolved with working CSS code provided for both general implementation and device-specific targeting.
Summarized with AI on November 14.
AI used: claude-sonnet-4-5-20250929.
Hey, I have been trying everything to make this work but nothing did! Could anyone help me with this? The product title needs to be inline with the product price on the collection page as shown below. My theme is Taste