This is CAINTE: https://cainte.se/
This is the link to my website: https://mdnzn6tes8a76khb-65734639831.shopifypreview.com
A user is customizing their Shopify cart drawer design, specifically trying to add a horizontal line and center the āCARTā text.
Initial Solution:
Follow-up Request:
padding-bottom: 10px to the cart drawer headerTechnical Details:
.header.cart-drawer__header.cart-drawer__content-item classStatus: The discussion appears resolved with working CSS solutions provided for both the line effect and spacing adjustments.
This is CAINTE: https://cainte.se/
This is the link to my website: https://mdnzn6tes8a76khb-65734639831.shopifypreview.com
Hi @OneCap
Try this one.
header.cart-drawer__header.cart-drawer__content-item {
padding-left: 40%;
box-shadow: 0 1px rgba(0, 0, 0, 0.5)
}
Please donāt forget to Like and Mark Solution to the post that helped you. Thanks!
Could you make it little more space below CART?

Could you make it little more space below CART?
Yes, try this.
Same Instruction.
header.cart-drawer__header.cart-drawer__content-item {
padding-bottom: 10px;
}
And Save.
Please donāt forget to Like and Mark Solution to the post that helped you. Thanks!