Moving slideshow text to the top - Debutify

Hi,

I’d like to move the text and button of my slideshow to the top - how can I do it? I’d also like to make the text smaller. I’m using Debutify.

Thanks

Hello There,

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

Thank you! URL is https://thepetspaws.com/ and password is flohrt

Hello There,

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.

@media screen and (min-width: 767px){
.hero {
align-items: flex-start !important;
}
}

You’re amazing! Thank you!

Kindly feel free to get back to me if you need any further assistance Thanks!

Hi there, would you be able to help me?

I would like to move the shop now button up more.. on mobile view… desktop is ok.

Debutify theme.