Shopify themes, liquid, logos, and UX
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:
Any help on implementing this would be appreciated!
Store URL: https://cbdcharly.com
Solved! Go to the solution
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;}
}
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;}
}
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025