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.
PW: nonsense
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.
PW: nonsense
Hello @Roxolot
.cart__footer-wrapper:last-child .cart__footer {
padding-bottom: 0;
}
.cart__blocks {
margin: 0 auto;
}
Hey @Roxolot
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
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
@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?