Hello how can I make my cart__footer and cart__header the same width as my cart__inner? I want to keep my cart-items the same width as they are now but the footer and header should take full width. URL Glow Curtain: 400 LED Lights for a Magical Ambiance – InteriorGlows. Thanks in advance!
Hello @TrendBlend
Go to online store ----> themes ----> actions ----> edit code ----> assets ----> component-cart-drawer.css
add this code at the end of the file and save.
.drawer__inner {
padding: 0 0rem;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks

