How to put text in center of drawer header

I’m looking to put the estimated total text in the middle of the cart header in the same section where it use to say total and price. in the same font and size of the estimated total text on dawn theme for mobile and desktop

url knmb1c-pf.myshopify.com

password samurai

Hello @undercoverfresh ,

Here are the steps to apply the necessary changes in your Shopify store:

  1. In your Shopify Admin, navigate to Online Store > Themes > Actions > Edit Code.
  2. Locate Asset > base.css and paste the following code at the bottom of the file:
.totals {
    position: absolute !important;
    display: flex;
    justify-content: space-between !important;
    top: 45px !important;
    width: 90% !important;
}

Let me know if you need further assistance!

Hi @undercoverfresh ,

May I suggest to update code these steps:

  1. Go to Store Online-> theme → edit code
  2. Snippets/cart-drawer.liquid
  3. Replace code in this file with code here https://github.com/eboost10/2640367/blob/main/2948342/snippets/cart-drawer.liquid