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.
@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