How can I reposition the slideshow button on mobile?

On my computer I was able to position the shop now button where I wanted but how do I go about moving it on mobile? Photo for what I’m taking about

Hi @Kkateleigh ,

To provide you with the most precise solution in this case, could you please share your page URL ( with pass if your store password is enabled )?

Thank you and hope to hear from you.
Best regards,
GemPages Support Team

Hi @Kkateleigh

Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.

Hi,
Please share your store URL and if your store is password protected then also provide password too.
Thank you.

Hi @Kkateleigh ,

This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/component-slideshow.css->paste below code at the bottom of the file:

@media screen and (max-width: 749px) {
    .slideshow__text.banner__box {
        display: block !important;
        text-align: center !important;
        padding-bottom: 0 !important;
    }
}

I hope it would help you

https://rusttoshineco.com/?_ab=0&_fd=0&_sc=1

https://rusttoshineco.com/?_ab=0&_fd=0&_sc=1

Hi @Kkateleigh
You can try my idea above

Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/component-slideshow.css->paste below code at the bottom of the file:

@media screen and (max-width: 749px) {
    .slideshow__text.banner__box {
        display: block !important;
        text-align: center !important;
        padding-bottom: 0 !important;
    }
}

I hope it would help you