I am desperate! I want to move the slider button vertically.
1 Like
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.
1 Like
Hi,
where you want to move button vertically
thank you.
Is it at all possible for me to be able to move it when I see the need - depending on the placement of the words in the banner?
can you try this code
- Go to Online Store->Theme->Edit code
- Asset->/timber.scss.liquid->paste below code at the bottom of the file.
.item_container.row.align-items-center.justify-content-start.text-center {justify-content: center !important;align-items: flex-end !important;}
.slider-btn.organic-slider-btn.mt-75 {position: relative;;top: -60px;}
.slider-content-12.slider-animated-1.text-center {padding-left: 0 !important;}
1 Like
Will this apply to a new banner we may upload?
is there a way that I could have control to move the button wherever i want to?
1 Like
yes, that current
1 Like
I don’t understand. Will all new banners have the button in this spot now?
I get it now.
1 Like
great thanks for update
