All things Shopify and commerce
Hello.
I have a banner on my site, and it looks perfect on mobile view, however it is too big on desktop, and I want to change only the desktop size.
If you know how to do it, please reply here on the thread and I will PM you the site URL so you can have a look. (I want website to be anonymous thats why I PM you the URL)
Please help and thank you so much! 🙂
Hi @manoman if you need paid customization services PM me the store link and link to this post, and I'll take a look for an estimate.
https://community.shopify.com/c/notes/composepage/note-to-user-id/27332
Contact paull.newton+shopifyforum@gmail.com for the solutions you need
Save time & money ,Ask Questions The Smart Way
Problem Solved? ✔Accept and Like solutions to help future merchants
Answers powered by coffee Thank Paul with a ☕ Coffee for more answers or donate to eff.org
Hi @manoman,
Most Shopify Themes don't have the option to select different images for Desktop and mobile. Could you please confirm if your theme has that option or not? There is nothing to worry if your theme doesn't have that option. I will help you to add a code into your theme to enable that option. Please share the URL of your website so that I can take a look.
Best Regards,
Hi @manoman
You can create another image banner section and upload an image that fits the desktop. After that, you can add the codes below into the Custom CSS of each section so the Image Banner section for mobile hides on the desktop and vice versa.
Add this code to mobile's banner section
@media (min-width: 750px) {
.banner { display: none; }
}
This code in to Custom CSS of image banner section of desktop
@media (max-width: 749px) {
.banner { display: none; }
}
- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025