How can I relocate the 'shop now' button on the debut theme hero banner?

Hi, I’m using the debut theme. My site is littletingles.com

I have been trying to edit “theme.scss.liquid” to move the “shop now” button I have created. I can’t find the code that controls this in my theme. Can someone please tell me how I can move the button down to near the bottom of the hero picture?

Hello littletingles,

Add this css at bottom of
Online Store-> Themes → Edit code->Assets->theme.scss.liquid

.hero__inner {
    top: 40%!important;
}

Thank you, worked perfectly

Why doesnt this solution work for me?