Optimizing Collection Display for Better Site Navigation in Impact Theme

Solved

Optimizing Collection Display for Better Site Navigation in Impact Theme

Radu41
Tourist
17 0 0

Hello, I'd like to make the collections smaller because they are very large, and the site is hard to understand. I want to mention that I'm using the Impact theme. Thank you  in advance !

Link : https://tunningefect.com/ 

 

Radu41_0-1724219880320.png

 

Accepted Solution (1)

saim007
Shopify Partner
602 74 102

This is an accepted solution.

@Radu41 Go to Edit Code  > open theme.liquid > find for </body> tag and above it paste below code - 

 

<style>
collection-list .collection-card img{
aspect-ratio: 1.5;
}
</style>

Please let me know!

Saim | Shopify Partner Expert

Was I helpful?

Buy me a Coffee

🙂
Hire me   to unlock the full potential of your e-commerce store 🙂

View solution in original post

Replies 3 (3)

saim007
Shopify Partner
602 74 102

This is an accepted solution.

@Radu41 Go to Edit Code  > open theme.liquid > find for </body> tag and above it paste below code - 

 

<style>
collection-list .collection-card img{
aspect-ratio: 1.5;
}
</style>

Please let me know!

Saim | Shopify Partner Expert

Was I helpful?

Buy me a Coffee

🙂
Hire me   to unlock the full potential of your e-commerce store 🙂
Radu41
Tourist
17 0 0

Thank you so much for your help !

Radu41
Tourist
17 0 0

Could you help me with the mobile size please ?