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.
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;
}
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 add this code
.tax-note { text-align: center !important; }