Dawn Theme - Center Items in the subtotal section of the cart

I would like to centre the items in the Subtotal Section. Does anyone have an idea how I can do this?
At the moment they are on the right side as shown in the picture. Than you for your help.

www.taskslider.de

PW: nonsense

1 Like

Hello @Roxolot

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the bottom of the file:
.cart__footer-wrapper:last-child .cart__footer {
padding-bottom: 0;
}
.cart__blocks {
margin: 0 auto;
}

1 Like

Hey @Roxolot

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

1 Like

@Moeed Thank you for your help. I just noticed in your screenshot that there are shadows on the left and right sides of the header. Do you have a solution for how to remove the shadows on the sides?