How can I change the slideshow button position on Dawn theme for mobile?

Hi,

i would like to change the position of the button down to the bottom only on the Mobileversion. Desktop I already made it work.

Where do I need to add a code change and what is the correct code for it?

Thanks in advance!

Link to the website: https://zipstercards.de/

password: zipster2023

Please add this code to your theme.liquid file, after in Online Store > Themes > Edit code


Hi, thank you for your answer! Unfortunatly it won’t solve my problem. Do you know why?

previous code incorrected. Please update

@media (max-width: 767px){ .banner__buttons { margin-top: 40px !important; } }