Solved

Fanshe Theme "CART TOTAL" box size need to be changed

W88486079o
Excursionist
17 0 3

Hello everyone.

I'm using the Fanshe theme to run a store. The address is www.natsuame.ca

I noticed in the "view cart page", the "CART TOTAL" box is too small and it makes the "Proceed to Check out", "Google pay", and  " Paypal button" very squeezed together. (see attachment)

Is there a way we can modify the CART TOTAL box size? This makes the check out process look faulty, and it might discourage customers. Please help me.

Thanks a lot in advance. 

Screenshot 2020-12-13 004720.jpg

Accepted Solution (1)

Hardik29418
Shopify Partner
2859 407 1073

This is an accepted solution.

Please place this code at the end of theme.scss

#cart_form .bo9 {
height: 408px !important;
}

ul._1mqqPYZtCQtz5_i0b-po4l  li {
display: contents !important;
}

ul._1mqqPYZtCQtz5_i0b-po4l  li div{
    margin: 10px 0px;
    border-radius: 23px !important;
}

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email

View solution in original post

Replies 2 (2)

Hardik29418
Shopify Partner
2859 407 1073

This is an accepted solution.

Please place this code at the end of theme.scss

#cart_form .bo9 {
height: 408px !important;
}

ul._1mqqPYZtCQtz5_i0b-po4l  li {
display: contents !important;
}

ul._1mqqPYZtCQtz5_i0b-po4l  li div{
    margin: 10px 0px;
    border-radius: 23px !important;
}

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email
W88486079o
Excursionist
17 0 3

Thank you so much again. 

You've helped me a lot.