Shopify themes, liquid, logos, and UX
Hello,
I am using Dawn theme.
How can I change the text on the Collection page so that under the product image it says the Product name on left & Price on right?
Thank you,
Solved! Go to the solution
This is an accepted solution.
Hey @AZ2024 ,
Thanks for the url.
Please add this css in "component-card.css"
.card__information {
display: flex;
align-items: center;
justify-content: space-between;
}
.card-information {
width: auto !important;
}
.price {
margin-top: 0px !important;
}
Thanks,
Ritu
Hey @AZ2024 ,
Hope this helps
Add this CSS into "component-card.css".
.card__information {
display: flex;
align-items: center;
justify-content: space-between;
width: auto;
}
Thanks,
Ritu
Hi, It still doesn't have the price totally on the right.
Hey @AZ2024 ,
In "component-card.css" find ".card-information".
replace width: 100% with width: auto
Thanks,
Ritu
Hi,
It still is not working out correctly
Hey @AZ2024 ,
Please share the website URL here so i can check it further.
Thanks,
Ritu
This is an accepted solution.
Hey @AZ2024 ,
Thanks for the url.
Please add this css in "component-card.css"
.card__information {
display: flex;
align-items: center;
justify-content: space-between;
}
.card-information {
width: auto !important;
}
.price {
margin-top: 0px !important;
}
Thanks,
Ritu
Learn 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, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025