Hi There,
Really hope you could help me out with this one:
Somehow the scroll function on mobile only works after a while. In the secure note you’ll find more details, as the site is not live jet! Really hope you can help me 
Kind regards,
Sanne
Hi There,
Really hope you could help me out with this one:
Somehow the scroll function on mobile only works after a while. In the secure note you’ll find more details, as the site is not live jet! Really hope you can help me 
Kind regards,
Sanne
Hello @macvink,
Thanks for writing to us.
It seems that you have set custom height and margin in the footer that is causing extra scroll inside the content area. For the quick fix, you can use custom CSS code under Pro—>Theme Options—>CSS
@media (max-width: 767.99px){
.e3478-14 > .x-row-inner {
margin: 0;
}
}
Please check out the video in the secure note.
The purpose of providing the custom CSS to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.
Hope it helps.
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.