Hey @AZ2024 ,
In “component-card.css” find “.card-information”.
replace width: 100% with width: auto
Thanks,
Ritu
A user seeks to reposition product information on Dawn theme collection pages, specifically wanting the product name on the left and price on the right beneath product images.
Initial Solution Attempt:
component-card.css were suggested using flexbox properties (display: flex, justify-content: space-between, align-items: center)Troubleshooting Steps:
.card-information width from 100% to autoCurrent Status:
.card__information, .price, and .card-information with specific flexbox and margin properties marked as !importantHey @AZ2024 ,
In “component-card.css” find “.card-information”.
replace width: 100% with width: auto
Thanks,
Ritu