Hi folks,
I’m having the issue where the Price is centered on the Main Page & Collection Pages, BUT, on the Product page I would like it to be left aligned, is this possible?
In assets.component-price.css I can change;
.price {
justify-content: center; <------ this
align-items: center; <------ and this
display: flex;
flex-direction: row;
flex-wrap: wrap;
font-size: 2rem;
letter-spacing: 0.1rem;
line-height: 2;
color: rgb(var(–color-foreground));
}
