Shopify themes, liquid, logos, and UX
hi! i would like to align my product title and price to the left.
this is how it is now:
and this is how i would like it:
so left align and make the product title bold
website is: https://www.gallerychristian.com/
password: 6399
Hello @christian_russo ,
Here are the steps to apply the necessary changes in your Shopify store:
.product-card__info {
justify-items: left !important;
}
.justify-items-center {
justify-items: left !important;
}
Let me know if you need further assistance!
Hello @christian_russo
Go to online store ----> themes ----> actions ----> edit code ----> theme.css
add this code at the end of the file and save.
.product-card__info {
justify-items: left !important;
font-weight: 700;
}
}
.justify-items-center {
justify-items: flex-start;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
Learn 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, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025