How to adjust the lines and space in my Store Cart in Mobile

Solved

How to adjust the lines and space in my Store Cart in Mobile

IntechCarl
Shopify Partner
194 1 20

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

IntechCarl_0-1741661079853.png

 

Accepted Solution (1)

Rahul_dhiman
Shopify Partner
776 149 160

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
15.png

If this was helpful, hit the like button and accept the solution.
Thanks

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages

View solution in original post

Replies 2 (2)

suyogk
Shopify Partner
2 0 1

Hello, please paste this into your theme custom CSS

 

.cart-item__details{
    padding-left : 15px !important;
}

 

Rahul_dhiman
Shopify Partner
776 149 160

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
15.png

If this was helpful, hit the like button and accept the solution.
Thanks

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages