Slideshow banner image appears very small on mobile while remaining acceptable on desktop; user seeks a mobile-only adjustment without affecting desktop.
Proposed fix: add CSS in the theme’s base.css within a mobile media query (max-width: 749px) to increase the banner’s visible area by adjusting the banner text container’s margin and the slideshow text wrapper’s height.
Result: user confirms the mobile banner looks correct and the heading/button are centered.
Further request:
User asks to move the heading and button to the bottom center of the image.
Follow-up suggestion: add additional mobile-only CSS to shift the banner content lower by modifying bottom margin.
Status:
Primary issue (mobile banner size) resolved.
Fine-tuning of content position is underway; final confirmation on the bottom-centering change not yet provided.
Notes:
Approach relies on CSS media queries (rules applied only to screens under 749px width).
Images illustrate the size difference, but the solution is implemented via CSS changes.
Summarized with AI on February 13.
AI used: gpt-5.
I am trying to have my slideshow banner image apear larger on mobile, but stay the same size on desktop. i am trouble searching for code to help fix this.
On Desktop below it is good and takes up most of the page
Hey Richard! This work perfectly! The heading and the button are now in the center of the image, would you be able to help me shift them to the bottom center of the image?
.banner:not(.banner--mobile-bottom):not(.email-signup-banner) .banner__box {
margin-bottom: -30px !important;
}
Hope it is useful for you.
If you feel my answer is helpful, like it or mark it as a solution. Let me know if you have any questions.
Best regards,
Richard | PageFly