Need to move shop now button avatar theme.

I need help moving my shop now button towards the bottom of the frame. Also need help changing the color. Thank you!

2 Likes

@LovMemPrin

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.

I actually have a different version live for my site right now. I took a photo though. I just need to move the shopnow button down.

@LovMemPrin

if possible to share preview url store so i will guide you

Hi @LovMemPrin ,

Please share your store URL and if your store is password protected then please provide password too.

So that we can help you.

Thank you.

1 Like

https://lovingmemoryprints.com/?_ab=0&_fd=0&_sc=1

1 Like

@LovMemPrin

thanks but i can’t see

1 Like

Hi,

There is no any shop now button is there.

Please provide screenshot .

Thank you.

1 Like

I made it my store theme now. you should be able to see it at lovingmemoryprints.com

I published the avatar theme, you should see the button I would like moved now. lovingmemoryprints.com

1 Like

Hi @LovMemPrin ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/layout.theme.css->paste below code at the bottom of the file:
#shopify-section-template--14512031662128__banner .tw-align-middle {
    vertical-align: bottom!important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

@LovMemPrin

thanks for url can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/layout.theme.css->paste below code at the bottom of the file
.shopify-section-hero .tw-align-middle { vertical-align: bottom !important;}