How can I increase the height of images on my website?

Solved

How can I increase the height of images on my website?

learningdesign
Shopify Partner
205 1 24

Capture.PNG


I want to make this image larger on height

just like this sample website

https:/ /ai rba ck . store



this is my website
https://intervie.myshopify.com/           Password ahrahb



Accepted Solution (1)

theycallmemakka
Shopify Partner
1771 432 453

This is an accepted solution.

Hi @learningdesign ,



Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just above tag </body>

 

<style>
#shopify-section-8c043772-ee28-4e9f-a3db-6d8219d75d7b .nt_bg_lz.item__position.center.lazyloaded {
    padding-top: 100%!important;
}
</style>

 

If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

 

Best Regards,
Makka

Support Me: Buy me a Coffee


For quick response - Message Me


Ping me at: theycallmemakka@gmail.com

View solution in original post

Replies 3 (3)

theycallmemakka
Shopify Partner
1771 432 453

This is an accepted solution.

Hi @learningdesign ,



Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just above tag </body>

 

<style>
#shopify-section-8c043772-ee28-4e9f-a3db-6d8219d75d7b .nt_bg_lz.item__position.center.lazyloaded {
    padding-top: 100%!important;
}
</style>

 

If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

 

Best Regards,
Makka

Support Me: Buy me a Coffee


For quick response - Message Me


Ping me at: theycallmemakka@gmail.com

learningdesign
Shopify Partner
205 1 24

Capture.PNG

 

How to make this image closer with the above section and below section like attach together no gap in between just like the sample website

learningdesign
Shopify Partner
205 1 24

Please can some one help me in this