i wanna shift pricing from left to right

i wanna shift pricing from left to right

URL: https://occu-com.myshopify.com/collections/aura

PASS: 1

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.

  1. Go to Shopify Admin. Click on “Online Store”.
  2. Select the theme that you want to edit.
  3. Click on three dots and then click on Edit Code.
  4. In the Edit Code Search for 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