Please go to
- Online store
- Themes → Edit theme
- Layout
- theme.liquid and paste this code before
If my solution works, then please like and accept it as a solution.
A user is attempting to reposition a slideshow button to the bottom center on mobile displays in Shopify’s Envy theme. The button currently appears in the center of images, blocking product visibility.
Solutions Attempted:
theme.liquid and base.css filesjustify-content: center !important and padding/bottom positioning adjustmentsCurrent Status:
!important attributes in previous code as the root issue.slideshow-image-overlay .slider-caption with bottom padding and positioningOutstanding Issue:
The problem remains unresolved—the button won’t stay at the bottom center regardless of CSS value adjustments. The discussion is ongoing with the user seeking additional guidance.
Please go to
If my solution works, then please like and accept it as a solution.