How to resize the slideshow on mobile device impulse theme?

How to resize the slideshow on mobile device impulse theme?

VisarK
Trailblazer
201 0 41

Hello everyone,i use impulse theme and the slideshow on mobile device looks small and not so good.I want to be more bigger and to look good 

Screenshot_20250512_215523_Chrome.jpg

Replies 11 (11)
VisarK
Trailblazer
201 0 41

Hello @Markit-Themes  okay i gonna send the store url 

https://pawshubs.com/

 

VisarK
Trailblazer
201 0 41

@Markit-Themes  i gonna enable and you can see 

VisarK
Trailblazer
201 0 41

Did it worked ? @Markit-Themes 

BiDeal-Discount
Shopify Partner
789 101 175

Hi @VisarK 

let try to add this custom css:

@media screen and (max-width: 767px) {
  .hero-natural--1524769873765{
    padding-bottom: 80%;
  }
}

 

Screenshot 2025-05-13 at 12.52.30.png

- Helpful? Like & Accept solution! Coffee tips fuel my dedication.
- BiDeal Bundle Volume Discounts: Upsell with discount bundles, quantity breaks, volume discounts & mix-and-match bundles. AOV+ with free gifts, free shipping & progressive cart
- Contact me via WhatsApp
VisarK
Trailblazer
201 0 41

Hello @BiDeal-Discount,i need more to be bigger, i tried it looks a little better then it was but still needs to be bigger

BiDeal-Discount
Shopify Partner
789 101 175

You can increase the percentage to see it more bigger, example 

padding-bottom: 100%;

- Helpful? Like & Accept solution! Coffee tips fuel my dedication.
- BiDeal Bundle Volume Discounts: Upsell with discount bundles, quantity breaks, volume discounts & mix-and-match bundles. AOV+ with free gifts, free shipping & progressive cart
- Contact me via WhatsApp
VisarK
Trailblazer
201 0 41

I have done but the image dont show good the product are hiding little bit,just the width of image how to be more bigger in vertical line

BiDeal-Discount
Shopify Partner
789 101 175

Let try this:

@media screen and (max-width: 1000px) {
    #shopify-section-1524769873765 .hero-natural--1524769873765 {
        padding-bottom: 80%;
        height: 500px;
    }
}
- Helpful? Like & Accept solution! Coffee tips fuel my dedication.
- BiDeal Bundle Volume Discounts: Upsell with discount bundles, quantity breaks, volume discounts & mix-and-match bundles. AOV+ with free gifts, free shipping & progressive cart
- Contact me via WhatsApp
VisarK
Trailblazer
201 0 41

@BiDeal-Discount this size just to show the images as it is

Screenshot_20250513_105414_Chrome.jpg

BiDeal-Discount
Shopify Partner
789 101 175

my code suggestion is not working?

- Helpful? Like & Accept solution! Coffee tips fuel my dedication.
- BiDeal Bundle Volume Discounts: Upsell with discount bundles, quantity breaks, volume discounts & mix-and-match bundles. AOV+ with free gifts, free shipping & progressive cart
- Contact me via WhatsApp
VisarK
Trailblazer
201 0 41

It works the code but the the image is hidding the product with 500px height so i decrease at 300px.