A Shopify store owner needs help aligning product titles and prices on their collection page’s mobile view to match their landing page layout (title left, price right).
Solutions Provided:
Multiple developers offered CSS-based fixes with similar approaches:
BSS-TekLabs: Suggested adding custom CSS via theme.liquid file before the </head> tag, targeting product card info elements
Made4uo-Ribe: Provided CSS code for both mobile and tablet screens to be added to base.css, style.css, or theme.css
mt686: Offered a simpler CSS solution and mentioned EasyEdits app as a no-code alternative
Refinements Requested:
The store owner asked for adjustments:
Add spacing from edges (not completely left/right aligned)
Reduce vertical space between product images and text
Both BSS-TekLabs and Made4uo-Ribe provided updated code snippets with modified justify-content and gap properties to address these requests.
Status: The discussion remains open with multiple working solutions provided, awaiting the store owner to test and mark a final solution.
Summarized with AI on November 2.
AI used: claude-sonnet-4-5-20250929.
Hi! I want on the collection page ‘t=shirts’ the title and price to be the same as on the landing page on phone view. So title left and price right. Because it is a bit messed up now…:
Try this one, it not only for mobile screen but also the tablet screen.
From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
Find the theme that you want to edit and click on “Actions” and then “Edit code”.
In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
Save your changes and refresh the mobile version of the collection page to confirm the title and price are aligned correctly.
Easier Solution with EasyEdits
If you’d prefer a no-code solution, EasyEdits can help you visually align elements with a simple drag-and-drop interface. You can try it during the free trial and keep your changes forever.
Let me know if you need further help or if you’d like me to guide you through testing the class names!