How can I vertically move the slider button in Devita theme?

I am desperate! I want to move the slider button vertically.

1 Like

@laurakoren

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.

Hi -

You have helped me before – thanks for responding!

www.korenpub.com

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?

@laurakoren

can you try this code

  1. Go to Online Store->Theme->Edit code
  2. 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

@laurakoren

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

@laurakoren

great thanks for update