Tagged: scroll
I have seen the other posts on this, but the proposed overflow solution did not solve the problem and instead broke the site. This happened to both of my enfold sites when I updated to the latest version. Any ideas? Examples here:
virginiaseo.org
cwsportsturf.com
Hi Imburr!
Try deactivating all of your plugins and then clear your browser cache. If that does not fix it then try adding this to your custom CSS.
html.responsive, .responsive body {
overflow-x: visible !important;
}
Best regards,
Elliott
The codes fixed the issue, thanks!