How can I adjust the slideshow button placement on Dawn theme for mobile view?

Hi,

For Dawn theme how can I move the button on a slideshow for mobile view. It let me do it for web view but says it’s automatically optimized on mobile. I’d like it to be lower on mobile view as well so it doesn’t cover my design.

Hi @DeeC

This is PageFly - Advanced Page Builder. I would love to give you some recommendations

Can you give me your site url? I will check and give you a solution, thanks. If you have a password, please attach it

Best Regards;

Pagefly

Www.richintents.com

pw richinspirit

  • Go to Online Store->Theme->Edit code

  • Asset-> ->theme.liquid paste my code after element

@media (max-width:767px){ .banner__content{ align-items: end !important } }

I don’t see theme liquid under assets

Sorry I mistake

Go to Online Store->Theme->Edit code->theme.liquid

It worked! Thank you so much!