How can I modify text placement on the Dawn theme collection page?

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