Move the position of button on homepage banner in Debut theme

Hi,

I want to adjust the position of button on homepage banner

I already try th way in https://community.shopify.com/c/shopify-design/how-to-adjust-button-label-position-debut-theme/m-p/1185265#M304773

But it is still not working

I’m using Debut theme

https://www.obeiobei.com.tw/

Please help me, thanks~

1 Like

Try adding this code to the bottom of theme.scss.css

.page-width .slideshow__btn-wrapper {
  margin-top:300px;
}

It work!

thank you a lot!

1 Like

@sin034 Great to hear!