Under Construction Page (Not scrolling)

Hello,

My Under Construction page doesn’t scroll to display all of content. I read this thread link which states this is a built-in feature and what one must do to change: https://theme.co/apex/forum/t/preview-of-page-scrolls-but-live-will-not/62930/2

Since I have a Pro Child, I added the following in the style.css, though no results even after flushing cache (so I must be missing something?):

html, body {
overflow: visible !important;
height: auto !important;
}

Hi @RocktheHouse1876,

Our coming soon plugin is meant to be a simple way to have the Under Construction feature and it intentionally removed the scrolling feature to have a full-screen image.

Unfortunately, you can not use the Child theme to override that part of the CSS and you need to directly change the file. Please remove the code section which you already mentioned from this file:

wp-content/plugins/tco-under-construction/functions/enqueue/styles.php

Lines 56-61

Thank you.

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