Reposition subtotal price tag in checkout page shopify dawn theme 15v ?

Hiii

How do I reposition subtotal price tag in mobile view to the left and right in checkout page shopify dawn theme 15v?

I want the price tag to be in left like its available in desktop view as I am showing you here.

Hi @ctal37

You can add this code to Custom CSS in Sale channels > Online Store > Themes > Customize > Theme settings to do that

.totals {
   justify-content: center !important;
}
1 Like

Hi @ctal37

This is Richard from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the


Hope this can help you solve the issue

Best regards,

Richard | PageFly

Please tell me how do i


reposition tax note as well just like subtotal price tag.

Please add this code

.tax-note { text-align: center !important; }
1 Like