Re: Add "Warenkorb ansehen" or "Check Cart" Button to Mobile Version

Solved

Re: Add "Warenkorb ansehen" or "Check Cart" Button to Mobile Version

arnelo
Excursionist
22 0 8

I currently have a "Warenkorb ansehen" button on the desktop version of my store, which allows customers to go directly to the shopping cart. However, this button doesn't appear on the mobile version of the site.. so everytime somebody puts something in their cart, they have to scroll  up to the bag symbol. I want to add an additional "check shopping cart" button to the mobile version.
How can I make the "Warenkorb ansehen" button visible and functional on mobile as well?

Screenshots for reference:

  • Mobile: Button is missing.
  • Desktop: "Warenkorb ansehen" button is visible and functional.

Any help on implementing this would be appreciated!

Store URL: https://cbdcharly.com

mobile.JPGdesktop.JPG

Accepted Solution (1)

suyash1
Shopify Partner
10569 1306 1674

This is an accepted solution.

@arnelo please add this css to the very end of your base.css file and check,
Shopify Admin -> Online Store ->Theme -> Edit code -> base.css

 

@media screen and (max-width: 989px) {
.quick-order-list-total__column{display: block !important;}
}
Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

View solution in original post

Reply 1 (1)

suyash1
Shopify Partner
10569 1306 1674

This is an accepted solution.

@arnelo please add this css to the very end of your base.css file and check,
Shopify Admin -> Online Store ->Theme -> Edit code -> base.css

 

@media screen and (max-width: 989px) {
.quick-order-list-total__column{display: block !important;}
}
Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.