is there any way i can move my button up slightly to suit mobile on my shop banner?
Topic summary
A Shopify store owner encountered a transparency issue with their shopping cart, making it invisible to users.
Initial Problem & Solution:
- The cart drawer had no background color, rendering it transparent
- Fixed by adding custom CSS code to set the cart drawer background to white (#fff)
Follow-up Issue:
- Mobile menu tabs experienced the same transparency problem
- Resolved by extending the CSS fix to include
.menu-drawerwith a white background
Additional Request:
- User asked to adjust button positioning on mobile banner
- Solution provided: CSS media query to add 20px bottom padding to banner content box for screens under 749px width
All issues appear resolved through custom CSS modifications in the theme settings.