Shopify themes, liquid, logos, and UX
Hello i would like to move the product title and price from the center to the left side.
I tried it with different codes that are provided on similar questions but none of them worked for me.
Solved! Go to the solution
This is an accepted solution.
@lukasphr add below code on base.css
.product-card__info {
text-align: left;
align-content: start;
justify-items: start;
}
.product-card__info .justify-items-center {
justify-items: start;
}
This is an accepted solution.
@lukasphr add below code on base.css
.product-card__info {
text-align: left;
align-content: start;
justify-items: start;
}
.product-card__info .justify-items-center {
justify-items: start;
}
Thank you so much!!
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025