I want to change the collection image height on each of my collections page. The image is getting cut off and i cant manually adjust what appears on the page?
Solved! Go to the solution
This is an accepted solution.
You mean collection image itself or products height per collection ?
The collection image itself at the top. I want to increase its height as its cutting out the majority of the image.
This is an accepted solution.
Yes, you can have overwrite the default styles.
Click on Actions button and go into Edit Code.
Here search/open theme.scss.liquid file.
Scroll at the very bottom and add the following codes.
.collection-hero__image{ height: 400px; } // Below goes styles for mobile @media screen and (max-width: 749px) { .collection-hero__image{ height: 200px; } }
Play with 400px and 200px (for mobile) to get the result you want.
It looks like this in my store. Much more professional than a quarter height banner!
User | Count |
---|---|
802 | |
115 | |
87 | |
81 | |
73 |