How to move the "SHOP NOW" button up? Debut theme

Wondering how to move the “BUY NOW” Button up on the hero image? Debut theme

Url: eternalglo.com

Hey @AcidRain

  1. In your Shopify Admin go-to online store > themes > actions > edit code
  2. Find Asset > theme.scss.liquid and paste this at the bottom of the file:
#shopify-section-hero-1 .hero__btn { bottom: 50% !important;}

Hope this works for you.

Thanks!

Thank you so much! It Worked!!