Shopify themes, liquid, logos, and UX
Hey @Emiway1 I hope you are doing well. In order to change the position of pricing from right to under Product title then please paste this code at the end of theme.css file.
Here is how you can find theme.css file.
At the end of this file please paste the following code.
.product-card__details.flex.flex-col.lg\:flex-row.items-baseline.gap-2.w-full {
flex-direction: column !important;
}
Results:
If this was helpful don't forget to like it and Accept as Solution.
Thanks
Hi @Emiway1
You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file theme.css and add this code at the end of the file
.product-card__details.flex.flex-col.lg\:flex-row.items-baseline.gap-2.w-full {
flex-direction: column !important;
}
Result
Best,
Liz
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025