I need help moving my shop now button towards the bottom of the frame. Also need help changing the color. Thank you!
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
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.
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.
thanks but i can’t see
Hi,
There is no any shop now button is there.
Please provide screenshot .
Thank you.
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
Hi @LovMemPrin ,
You can follow the instruction below:
- Go to Online Store->Theme->Edit code
- 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.
thanks for url can you try this code
- Go to Online Store->Theme->Edit code
- Asset->/layout.theme.css->paste below code at the bottom of the file
.shopify-section-hero .tw-align-middle { vertical-align: bottom !important;}