Can I move the button in slide to bottom on mobile?

Hi, I have a question. On mobile, the button is currently in the middle of the image. can I move it to the bottom?

I have it set up as “bottom center” in desktop version. but it’s still in the middle of the slide on mobile version.

Hi @Eileen12 ,

Please follow the instructions below.

  1. From your Admin Page, click Online Store > Themes >Actions > Edit code
  2. In the Asset folder, open the base.css
  3. Paste the code below at the very bottom of the file.
@media only screen and (max-width: 750px) {
.slideshow__text-wrapper.banner__content.banner__content--bottom-center.page-width.banner--desktop-transparent {
    align-items: flex-end;
}
}

Website should look like this