The collection images on the home page are huge, how can I make them smaller
Please provide website url and if your store is password protected then also provide password
password: “Omer”
Do this to fix it in 20 seconds:
- In your Shopify Admin go to: online store > themes > actions > edit code
- Find Asset > theme.scss.liquid and paste this at the bottom of the file:
@media (min-width: 767px){
    #shopify-section-1600012823248{
    max-width: 1000px !important;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
}
}
You can change the value 1000px to anything you like. For example: 800px, 1200px, etc.
This code will not affect mobile devices. Please let me know whether it works.
Kind regards,
Diego
Thanks for your help but it doesn’t work, any other solutions?
Can you send a screenshot of where you’re pasting the code, please?
If you want to resize and improve the store speed at the same time then Image Square do the job
The images will be resized to 520x520px.
Extends/pads the edges 10px (top, right, bottom, left) of the image with white color.
I tried copy/paste on this and it didn’t change the size for me. Any other ways of changing the size of the banner? Mine is huge.

