Shopify themes, liquid, logos, and UX
Hello all! I recently started using the image banner for the dawn theme but the default size isn't long enough on the page on mobile, the image is fine width wise but the length needs to go down further. Thanks in advance for any help with this! store url is michaelgrp.com
Solved! Go to the solution
This is an accepted solution.
I solved this by adapting it to the desktop image, thanks all
@mgrp use separate image for mobile
Is there an option for that that I'm not seeing or is there a code involved? the original image is in portrait so the image banner is resizing/cutting off half the image to fit into the banner but I want the full image size on mobile.
This is Noah from PageFly - Shopify Page Builder App
Hi @mgrp You can check to see if the theme editor has the option to choose images for desktop and images for mobile. If not, you need to add code to reduce the height of the image.
Best regards,
Noah | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
Hi @mgrp
I recommend you create 2 banner sections for mobile and desktop so you can add different image for each device, and then add this code to Custom CSS of each banner section
- Add this code to Custom CSS of the desktop banner
@media (max-width: 749px) {
.banner { display: none !important; }
}
- Add this code to Custom CSS of the mobile banner
@media (min-width: 750px) {
.banner { display: none !important; }
}
- Found this helpful? Hit "Like" and "Accept as Solution"!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify
Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
That made the entire image banner disappear
This is an accepted solution.
I solved this by adapting it to the desktop image, thanks all
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025