Hi there, is there a way to reduce the spacing between here on the cart page? It is already at 0 padding, so it will be to go beyond the theme limit.
Hi @Chuckachucka , try adding the following Custom CSS from the Theme Editor
cart-items .title-wrapper-with-link {
margin-top: 0px;
}
If it’s too tight after applying this you can slowly increase that 0px until it looks the way you want.
Thanks! It works nicely
1 Like
