How to adjust subtotal text position in Dawn theme?

Hello! In my cart, the “Subtotal” text is below the actual price and I don’t know how to make it so it’s even. How do I fix this?

stream797_0-1661015658599.png

What code would fix of this and where specifically do I place it in the edit code editor?

URL: dripstoneco.com

This code did not work:

.totals__subtotal-value{

margin-bottom: 0px !important;

}

Please Contact me : mdsazzadhassan1614013@gmail.com

Please put in below code to the last line of your under your component-totals.css

by going to your store admin > Online Store > Themes > Actions > Edit code > Assets folder. (https://help.shopify.com/en/manual/online-store/themes/theme-structure/extend/edit-theme-code)

.totals {align-items: center;}
1 Like