How can I change the position of my Shop Now button?

Hi there,

I’m a little confused on how to move the position of my Shop Now button on my store banner. Here’s a photo down below of where it currently is, and where I am trying to put it. Any help would be gratefully appreciated.

Thanks.

2 Likes

@Ashden

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

@Ashden

Please share your store URL.

1 Like

https://lux-hygiene-solutions.myshopify.com/

1 Like

@Ashden

Your shop is password protected. Please share password.

1 Like

Password: ohltao

1 Like

@Ashden

try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
    this code apply for after 5 - 6 second
#shopify-section-hero-1 .hero--large {background-position: center !important;}
#shopify-section-hero-1 .hero__inner {vertical-align: bottom;}
1 Like