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
The year-end shopping spree is around the corner! Is your online store ready for the ...
By JasonH Nov 10, 2024We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024