Banner section of my Shopify store displays differently across devices:
- Desktop: Text and buttons overlap the background image.
- Mobile: Correctly stacks image first, followed by text.
Expected Behavior:
Desktop view should match mobile, with the banner image appearing above text (no overlap).
Technical Context:
- Likely caused by absolute positioning or flexbox conflicts in responsive CSS.
- Requires theme-specific adjustments to
order,position, or media queries.
Attempted Fixes (Unsuccessful):
- Custom CSS to force stacking (
flex-direction: column). - Overriding
z-index/marginproperties.
Request for Help:
Seeking guidance on:
- Debugging theme-specific banner classes.
- Best practices for responsive banner sections in Shopify.