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
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024