Reduce image height

Solved

Reduce image height

collins276
Trailblazer
213 1 32

Hi guys,

Can you help me to reduce the height of the Featured product images 

My url: https://189ee3-2.myshopify.com/ 

Thank you,

 

Screenshot (1).png

 

 

 

Accepted Solution (1)

Raj-webdesigner
Shopify Partner
360 90 88

This is an accepted solution.

Add This Css in your Edit Code > base.css File

.grid__item.slider__slide {
    max-width: 300px !important;
}

Are you looking for Shopify Developer then your search is over I will help you


If you require further help to optimize your store, please don’t hesitate to reach out.


This contribution will always benefit you and you will get my full help easily and you can contact me easily.


Your Willpower Contribution Link

:-

❤️Tip❤️

Contect On My Mail :-Mail@gmail.com


View solution in original post

Replies 5 (5)

Raj-webdesigner
Shopify Partner
360 90 88

This is an accepted solution.

Add This Css in your Edit Code > base.css File

.grid__item.slider__slide {
    max-width: 300px !important;
}

Are you looking for Shopify Developer then your search is over I will help you


If you require further help to optimize your store, please don’t hesitate to reach out.


This contribution will always benefit you and you will get my full help easily and you can contact me easily.


Your Willpower Contribution Link

:-

❤️Tip❤️

Contect On My Mail :-Mail@gmail.com


collins276
Trailblazer
213 1 32

Thank you, but can you set the size by % or vh, I don't want to set by fix figures.

And the images are not the same height.

 

Raj-webdesigner
Shopify Partner
360 90 88

Okay For Your Requirment Add This Code On My old Code 

.grid__item.slider__slide {
    max-width: 15% !important;
}

 

Are you looking for Shopify Developer then your search is over I will help you


If you require further help to optimize your store, please don’t hesitate to reach out.


This contribution will always benefit you and you will get my full help easily and you can contact me easily.


Your Willpower Contribution Link

:-

❤️Tip❤️

Contect On My Mail :-Mail@gmail.com


collins276
Trailblazer
213 1 32

This code also affects my Product page

Raj-webdesigner
Shopify Partner
360 90 88

ohh, Product Was Very Small To add This css That's Why side Effect Above css But I Give A new css Add This One.

section#shopify-section-template--16325952995510__featured_collection .grid__item.slider__slide {
    max-width: 18% !important;
}

 

Are you looking for Shopify Developer then your search is over I will help you


If you require further help to optimize your store, please don’t hesitate to reach out.


This contribution will always benefit you and you will get my full help easily and you can contact me easily.


Your Willpower Contribution Link

:-

❤️Tip❤️

Contect On My Mail :-Mail@gmail.com