Move button on video background for mobile only (dawn theme)

Have been editing the code on a new dawn theme to have a video background and transparent header.

it looks perfect on desktop with a big “enter” button in the middle of the video but on mobile the button moves to below the video background section…

want the button to be in the centre of the video background on mobile like it is on desktop.

HOW FIX?

Would you mind to share your URL website? with password if its protected. Thanks!

https://sundaymass.store/?_ab=0&_fd=0&_sc=1

sorry forgot to add

Hi @massmonster

I checked your store but cant find the video background. If its not live yet can you please share the preview? Thanks!

should be up now, had to take down for a moment

Thank you.

Try this one.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
@media only screen and (max-width:749px){
.videoBoxInfo {
    position: absolute;
    bottom: 70px;
}
}

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!