A user working with Shopify’s Dawn theme wants to make a mobile banner image larger and centered while keeping the desktop version unchanged.
Initial Challenge:
Mobile image appears too small and illegible
Desktop version looks acceptable as-is
Proposed Solution:
A PageFly representative provided custom CSS code to target the specific image banner:
Code uses @media screen and (max-width: 767px) to affect mobile only
Adjusts padding-bottom: 100% and object-position: left
Targets the specific section ID, so other image banners remain unaffected
Implementation:
Instructions to add code in: Online Store → Theme → Edit code → Assets → section-image-banner.css
Current Status:
The solution worked successfully. The user now wants to make the image even larger but lacks coding experience. The PageFly representative noted that further enlargement may be difficult since the image is already left-aligned, suggesting the user may need to contact Shopify support or find another expert for additional customization.
Summarized with AI on November 22.
AI used: claude-sonnet-4-5-20250929.
Using the Dawn Theme, I’m trying to get the mobile image to be centered and larger so that it is legible. I like the look of the desktop version but would like the mobile to be bigger and centered on the screen. Any suggestions?
This is Richard from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/section-image-banner.css->paste below code at the bottom of the file:
This part is quite difficult, because your current image is already on the left. If you adjust the center and larger, then you need to make a margin. So I think you may try contacting Shopify support or finding another expert regarding this issue.
Best regards,