Disable sticky add to card from mobile only (PRESTIGE THEME)

Topic summary

A user needed to disable the sticky “add to cart” button on mobile devices while keeping it visible on desktop for the Prestige theme.

Initial Solution Attempt:

  • A support representative provided CSS code to add to the theme.liquid file after the <head> tag
  • This first attempt removed the button entirely from both mobile and desktop

Corrected Solution:

  • The issue was a typo in the media query breakpoint (7449px instead of 749px)
  • After correcting the pixel value in the CSS code, the sticky add to cart button now displays only on desktop as intended

Resolution: Problem solved successfully with the corrected CSS code.

Summarized with AI on November 11. AI used: claude-sonnet-4-5-20250929.

Hi @jakobmb

Could you share your store URL?