Dawn mobile theme - move button down on header image

Hi

I would like to move the button down on the move the button down only on the mobile version only.

Any help please :slightly_smiling_face:

https://www.krixcollection.com.au/

password: ontaub

This is Noah from PageFly - Shopify Page Builder App

Hi @amandaZ2020 , Please add code here to fix it:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file theme.liquid
Step 3: Add code above the tag


Hope my solution will help you resolve the issue.

Best regards,

Noah | PageFly

Hi @amandaZ2020
Please put this code in base.css at the end

@media screen and (max-width: 767px) {
    .banner__box.content-container.content-container--full-width-mobile {
    position: absolute;
    bottom: 20px;
}

}

Thanks!