Center quick add button on mobile...Sense theme

Topic summary

A user is experiencing alignment issues with a quick add button on their Shopify store using the Sense theme. The button displays correctly centered over product images in featured collections on desktop preview, but appears off-center when viewed on actual mobile devices.

Current Status:

  • Desktop/preview: Button positioned correctly
  • Mobile: Button not centered over images
  • Screenshots provided showing the discrepancy

Suggested Solution:
Another user recommends applying CSS flexbox properties, specifically justify-content: center, to center the button on mobile if the user is familiar with CSS customization.

The issue remains unresolved, awaiting either implementation of the CSS suggestion or additional troubleshooting.

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

Hi y’all,

Managed to get the right placement of the quick add button over the image in featured collections but when in mobile environment it’s not centered. Attaching the screenshots of the preview in Shopify & how it looks on my phone. Would love the button centered on the actual mobile. Please help :slightly_smiling_face:

https://ad5984.myshopify.com/

Thanks

I don’t see a Choose options button on mobile. My advice would be to use Flexbox and apply justify-content: center; if you’re familiar with CSS.