Shopify Slideshow Button and Headings need to be moved down

Hello,

Our shopify store www.arkoutlet.shop needs the slideshow button moved further down the image close to the bottom and the Heading (and Subheading) slightly further down. We use the Dawn theme.

We had one code suggestion but ot didnt match the configuration we requested.

How do we fix this?

Hi @ArkandColleagues

In your Shopify Admin go to online store > themes > actions > edit code
Find Asset > base.css and paste this at the bottow of the file:

@media screen and (max-width: 749px){
  .slideshow__slide .banner__buttons{
    position: relative;
    top: 60px;
  }
}