How can I relocate the Shop button on Dawn theme for mobile?

Hello everyone just trying to move the shop button on Dawn theme for mobile so that the button is not covering the majority of the photo or can it be moved in between the photos as shown in the picture. If this fails can the button be changed to white. thank you

Hi @Mattren ,
Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.

Hello thanks

Store is https://towelledupco.com/ it is live

Hi @Mattren ,

Please do the following:

In Online store, select Themes → …(next to Customize) → Edit code

In the base.css file, add the following code at the end of the file:

@media screen and (max-width: 749px)
.banner:not(.banner--mobile-bottom):not(.email-signup-banner) .banner__box {
    margin-top: 275px!important;
}

Click Save to save changes.

Result:

Hope it helps @Mattren

Hi guys thank you for the detailed reply. I have done this but it seems to have only moved the button for desktop view not mobile please see below if you could help me out further, thank you.