Change the postion of the button on slide (brooklyn theme)

I would like to change the position of my button from center to the bottom left right under the text,

please refer to the image

1 Like

Hii @ray77

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

kindly share your store URL, so that
I will check out the issue and provide a solution.

@ray77

Please share your store URL.
So that I will check and let you know the exact solution here.

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

@ray77
I can’t see where is the Section.

https://parisianbakers.com/

please check again

@ray77

@media only screen and (max-width: 1080px) {
a.btn.hero__cta {
    float: left !important;
    left: 0px;
    top: 180px !important;
    position: relative !important;
}
}

Add this code in the theme.scss file

Send in your URL and i’ll help place it to the desired spot you want it…

it is not working please help me out