Moving Botton on Mobile home page in Dawn 2.5

I’d like to move the button “best sellers” to a position underneath the images. Any code suggestions? My theme is

Dawn 2.5.

THanks!

@Tri_S , do this to fix it in 20 seconds:

  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:
.banner__box{
position: absolute;
bottom: 40px;
}

You can change the 40px value to any other number.

Kind regards,
Diego

Hi! Unfortunately, when I lower the button enough on mobile, it’s too low on desktop. Better to just leave it as is unless there’s a way to specifically move the button on one device & not the other.