How can I keep my landing page button fixed at the bottom on mobile view?

Hello on the home page the button is at the bottom of the screen and when I click on the smartphone view the button slides to the top but I do not want the button should be in the smartphone view also down there where the red box is

thanks for your help

le-x-atelier.com

pw: djerba

Hi @le_X_Atelier ,

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->/section-image-banner.css->paste below code at the bottom of the file:

@media screen and (max-width: 749px) {
    body #Banner-template--17113972244745__image_banner .banner__content .banner__box {
        padding-bottom: 0px !important;
    }
}

I hope it would help you
Best regards,

Kate | PageFly

Hi @PageFly-Kate ,

i have the same problem, but the solution/code from you does not work. Can you help me to move the button on the landing page to the bottom?

Best, Moritz