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, 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 @urbantannery ,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.liquid
Step 3: Paste the below code at the bottom of the file → Save
Hope my solution works perfectly for you!
Best regards,
Oliver | PageFly
Hi @urbantannery ,
Follow these Steps:
@media screen and (max-width: 749px){
.slideshow__text-wrapper.banner__content.banner__content--bottom-center.page-width {
align-items: flex-end;
}
}
Result:
If you require further help to optimize or customize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
LuffyOnePiece