Under Construction Page doesn't scroll

Hello. Can you please tell me what I am doing wrong on this page? mtbboxx.com

It won’t scroll down past the forms. On mobile and desktop.

Thanks

Hello @mtbboxx,

Thanks for asking. :slight_smile:

Looks like you have added some custom code that’s causing the problem. Please remove following code:

html, body {
    overflow: hidden !important;
}

Thanks.

Hello. Thanks for the reply. Interesting that you think I added custom code, I haven’t done anything of the sort. This is a fresh install of X theme using a demo import.

I have no way of editing code, i wouldn’t even know where to start with that.

Hello @mtbboxx,

Thanks for updating the thread.

In that case you can try testing for plugin conflict. Maybe it’s happening because of a plugin adding some custom code. You can do this by deactivating all third-party plugins, and see if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

Having said that, as the problem might be causing because of plugins or some custom development work providing support for the same falls outside the scope of support can offer. You can get in touch with a developer for some assistance if you are not comfortable with development.

Thanks for understanding.

All of the plugins that were installed were core plugins that came with your theme. I deactivated them and its still happening. Is that all of the support I get? This is the 7th X theme purchase I have made and I have never had this issue in the past.

Hi @mtbboxx,

we are really sorry for the confusion here.
Actually, the CSS is coming for the under construction plugin itself.
To overwrite it please add this CSS to your theme option -> CSS.

html, body {
    overflow-x: auto !important;
   overflow-y: auto !important;
   overflow: auto !important;
}

Hope this fixes your issue.

Thanks

That worked, thank you very much.

You’re most welcome.

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