Shopify themes, liquid, logos, and UX
Hi! I would like to reduce the size of an image on my homepage, but only reduce it for the desktop version of my website. Is this possible and if yes, how would I do that?
I have attached screenshots of how it looks on mobile and desktop. As you can see, on desktop it is very wide and cropped.
Please let me know if there are any details or information that I can provide that would be of help.
Kind regards
Theo
Here is a screenshot of the image on desktop:
Here is a screenshot of the image on mobile:
Solved! Go to the solution
This is an accepted solution.
Step 1. Go to Admin -> Online store -> Theme > Edit code
Step 2. Find the file theme.liquid.
Step 3. Add this code above </body>
<style>
@media only screen and (min-width: 960px) {
#Banner-template--23346802622794__image_banner_346q47 {
transform: scale(0.8);
}
}
</style>
Change the scale number if you want
If it helps you, please like and mark it as the solution.
Best Regards 😍
B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.
B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.
BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now
This is an accepted solution.
Step 1. Go to Admin -> Online store -> Theme > Edit code
Step 2. Find the file theme.liquid.
Step 3. Add this code above </body>
<style>
@media only screen and (min-width: 960px) {
#Banner-template--23346802622794__image_banner_346q47 {
transform: scale(0.8);
}
}
</style>
Change the scale number if you want
If it helps you, please like and mark it as the solution.
Best Regards 😍
B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.
B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.
BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now
This worked perfectly 🙂 Thank you so much for your help!
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024