Page does not scroll down

Hello I published my Home Page but the issue on Mobile (both Safari and Chrome) is that the page does not scroll down for some reason… I saw many topics open for such an issue but no one of the answer given fits with my case.

Can you help me?
Thank you

Hello @RendallN,

Thanks for writing to us.

I check your given site URL it seems that there is an extra scroll, it might be one of the reasons for the mobile scroll issue. I would suggest you go to the builder where you have created the sections for the footer, you need to go to the Map section —>Row —>customize —>Element CSS—>Add this custom CSS code.

$el > .x-row-inner{
  margin-bottom:0;
}

Please clear your browser cache and then check it again.

Thanks

Did not work but at least I figured out that the problem was the map and I took it out.
Thank you

Hi @RendallN,

Glad that you are able to figure out the reason behind it. Please let us know if you need any further assistance on it.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.