A user encountered an issue where their minicart was not sticky on mobile product pages, despite working correctly on the homepage.
Solution provided:
Custom CSS code was added to fix the sticky positioning on mobile devices (max-width: 767px)
Initial code resolved the sticky behavior but caused the empty cart to display incorrectly
Updated CSS code fixed both the sticky positioning and empty cart display issues by adjusting width to 100%
Resolution:
The problem was successfully resolved with the corrected CSS snippet. The minicart now functions properly across all pages on mobile devices.
Summarized with AI on November 3.
AI used: claude-sonnet-4-5-20250929.
MY minicart is not sticky on product page , while in homepage it is sticky and working . issue is only inside the product page . kindly someone help me . ISSUE ONLY ON MOBILE . PC NO ISSUES