edit button

how to move shop now button to the middle center of the image

here is my link :https://b6448a-44.myshopify.com/

Hello @ai41

Please follow the steps below after logging into the Shopify admin:

  • Go to your Shopify Admin panel.
  • Click on Online Store > Themes.
  • Find the theme you want to edit and then click Actions > Edit code.
  • Search section-image-banner.css

Search for “.banner–stacked.banner–adapt .banner__content“ in the file and replace the line:

height: auto;
with
height: 100%;

Please hit Like and Mark it as a Solution if you find our reply helpful.