Dawn theme - changing button position on slideshow

Can anyone help me with changing the position of the button in the Dawn theme in the mobile preview?
Now it looks like this:

just to note that the text is part of the image.
I would like to change the position of the button, because in the mobile view it passes over the text, so I would like to place it more in the lower left corner on every slide in mobile view.

Maybe here in this position:

In desktop view it is fine.
Can anyone help with this?

Thank you!

Hello There,

Please share your store URL and Password.
So that I will check and let you know the exact solution here.

Hi, thanks for the help!

Here is the link

https://interagrar.myshopify.com/

secree

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >base.css and paste this at the bottom of the file:
@media screen and (max-width: 767px){
.banner__buttons {
position: absolute;
top: 100px!important;
}
}

Great, this is what I wanted!

Thank you very much! :hugs:

Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.

Thank you again, I will!