I want to reduce the size of images in the collection grid in dawn theme.
The image ratio you see in the screenshot is “Portrait” option in Dawn Theme, Is there a way I can halve the ratio by 2 so they look smaller than this?
1 Like
If you reduce the width of the collection grid possibilites it will show more images.
I don’t think so. Do you know how to reduce the size?
1 Like
Can I take a look? would you mind to share your Store URL website? with password if its protected. Thanks!
Password: 147089
1 Like
Do you like to show like this?
They will show all on desktop but in smaller screen it will be in slide.
This is the code.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
- And Save.
slider-component.slider-mobile-gutter.slider-component-full-width.slider-component-desktop li {
width: 10%;
}
- I hope it help.
Thank you so much. Can you help align the prices on one line please?
Thank you so much. Can you help me align the prices on one line please???

