All things Shopify and commerce
Hi Everyone,
I wanted to adjust the spacing and lines in my cart, so that the word and the borderline won't be sticking to each other. See photo for reference:
Store preview URL: https://dv0ygsebxm1oeppl-13830324282.shopifypreview.com
Solved! Go to the solution
This is an accepted solution.
Hello @IntechCarl
Go to online store ----> themes ----> actions ----> edit code ----> assets ----> ocmponent-cart.css
add this code at the end of the file and save.
td:not(:first-child) {
border-left: 0px !important;
}
Result
If this was helpful, hit the like button and accept the solution.
Thanks
Hello, please paste this into your theme custom CSS
.cart-item__details{
padding-left : 15px !important;
}
This is an accepted solution.
Hello @IntechCarl
Go to online store ----> themes ----> actions ----> edit code ----> assets ----> ocmponent-cart.css
add this code at the end of the file and save.
td:not(:first-child) {
border-left: 0px !important;
}
Result
If this was helpful, hit the like button and accept the solution.
Thanks
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025