Hello, Can anyone help me move the button down on mobile.
Ive tried this code in the base.css code and it didnt work.
@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;
}
}
1 Like
Hi @adamsmith018
If you share your store URL and password with me, I will check and provide you with the solution.
Hello. I got it fixed. I used this code incase anyone else needs it in the future.
I put it in the bottom of the theme.liquid code
1 Like
Hi @adamsmith018
Hello, I’m glad to hear that you were able to resolve the issue! If you need any further assistance in the future, feel free to reach out. Have a great day!
Youll have problem this code on other screen. What you can do if you like to align the buttons more far down in the image banner. Take out the padding below or margin and add in the code that you first share. That code only calls the mobile screen size.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!