Dawn Theme - Slideshow banner size different on mobile and desktop

Dawn Theme - Slideshow banner size different on mobile and desktop

celestel
Tourist
8 0 2

Hi, 

 

I'm currently using the Dawn theme for my website here. I utilise this code I found from https://community.shopify.com/c/shopify-design/slideshow-too-big-for-mobile-dawn-theme/m-p/2537082 as I noticed the desktop slideshow banner size appears too big on mobile. 

 

It works now on mobile and appears better but the button link seems to have disappeared. Is there a way to have the button link appear below each of the slideshow banner page? 

celestel_1-1739351359985.png

 

 

Thanks!

Replies 5 (5)

Dan-From-Ryviu
Shopify Partner
11360 2226 2399

Hi @celestel 

Please try to turn off Show content below images on mobile option of Slideshow settings and check again. 

Screenshot 2025-02-12 at 16.18.22.png

- Found this helpful? Hit "Like" and "Accept as Solution"!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

celestel
Tourist
8 0 2

Hi Dan,

 

I have turned it off now, but it's kinda showing the same thing? 

 

Otherwise is there an option to click on the slideshow banner image that links to said pages? 

HHenry
Shopify Partner
35 5 8
add custom css to section
 

 

@media only screen and (max-width: 989px) {
    div.slideshow__text-wrapper {
        display: block !important;
        position: absolute !important;
        bottom: 0;
        height: auto !important;
        min-height: auto !important;
    }
}

 

done

 

done

If this is helpful, please Like and Accept the solution.
celestel
Tourist
8 0 2

Sorry, to which section? And should I still have the old code included? 

celestel
Tourist
8 0 2

I've tried this but it blocks the banner image 

celestel_0-1739408819677.png

Is it possible to make the button size smaller? It covers the image by a lot