Custom liquid, does not scroll with page?

Hi All,

I have just added a custom liquid section form to one of my pages, however it does not scroll with the rest of the page. Section title has become sticky and footer becomes visible. Issue on mobile

URL https://label-source.co.uk/pages/submission-form

Any help appreciated, thank you.

hi @Danielparsons ,

i checked you theme, and see the form currently doing use iframe container it, and it be render by whatsform app, so you can check the settings in that app, you can find to settings layout form or customize style of form.

Hope can helpful to you!

Hi @Danielparsons

This is PageFly - Advanced Page Builder. I would love to give you some recommendations

-Go to Online Store->Theme->Edit code

-Asset-> theme.css paste the below code at the bottom of the file.

@media (max-width:767px){

.PageHeader{

position: sticky !important;

top:75px;

background:white !important

}

}

Best Regards;

Pagefly