All things Shopify and commerce
Trying to get the Product and Price on the same line, with Title to left and Price to right, but can't get it quite right. website=mrs-tee.com
Currently my featured collection and collection list look like:
I would like it to look like:
Solved! Go to the solution
This is an accepted solution.
Hello @pgm1878 ,
I have reviewed your store link and shared screenshots.
Please add the below-mentioned CSS code to display the Product title (longer product name) and prices in the same row.
<style>
#shopify-section-template--19148305760567__product-grid .card__heading {
width: 80% !important;
}
</style>
Output =>
I hope the code helps you.
Please share if you have any queries.
Thank you.
HI @pgm1878
is that already happen
Only for items with short titles. Longer titles (especially ones that take up more than one row) are pushing the price to a new row.
This is an accepted solution.
Hello @pgm1878 ,
I have reviewed your store link and shared screenshots.
Please add the below-mentioned CSS code to display the Product title (longer product name) and prices in the same row.
<style>
#shopify-section-template--19148305760567__product-grid .card__heading {
width: 80% !important;
}
</style>
Output =>
I hope the code helps you.
Please share if you have any queries.
Thank you.
Worked like a charm, thanks!
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025