Problem with sticky add to cart and checkout

Hello everyone
I had the sticky cart fixed, but it’s still causing issues since it’s not syncing properly with the other app. This is making it difficult for clients to select options, and I’m receiving a lot of calls because they can’t choose the right color. Is there any way to fix this? Would it be better to remove the sticky “Add to Cart” feature?

website

Hey @PeppePro02

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above </ body> tag
<style>
.sticky-mobile-cart {
    display: none !important;
}
</style>

RESULT:

If I managed to help you then a Like would be truly appreciated.

Best,
Moeed

It fixed the problem thx

Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.

Cheers,
Moeed