Quote:
Originally Posted by Kelly Eyde
|
Hi there!
This is Kenga from Ecwid Customer Care Team.
Thanks a lot for reaching out to us!
The thing is, by default, the minicart widget appears in so-called floating mode. In this mode, it's hidden when customers are viewing your store from a mobile device. We've made it this way because it may overlap the content of the store on devices with narrow screens (such as smartphones and other mobiles). Therefore, we've decided to hide the minicart on such devices.
You can force the minicart in the floating mode to be always shown by adding this CSS code:
Code:
@media screen and (max-width: 600px) {
.ecwid-minicart-floating {
display: block !important;
}
}
This code should be copied and pasted to your custom CSS theme in the Ecwid Control Panel > Design page. Activate the theme and save it. Then refresh the page of your storefront to see the changes.
Also, you can install a separate widget for the Shopping Bag to the source code of your website. This way, the Shopping bah will be always shown on every device. Check our instruction here:
Hope this helps! Please, let me know if any further assistance is required. I'll be glad to help you.