Bug? - Under Construction Extension (Mobile Optimization)

Looks fine on desktop, mobile phone not so much. I’m not using a custom under construction page, just the default. Tested using Safari & Chrome, iPhone 13 mini running iOS 18.2.1. Pro version 6.5.15 , Wordpress version 6.7.1

Hello @kostax,

Thank you for the inquiry.

It might need a few style adjustments. Please add this css code in the Custom Code > Global CSS field:

@media (max-width: 782px) {
    .tco-under-construction-wrap-inner {
        padding: 0;
    }

    .tco-under-construction {
        max-width: 88%;
    }

    .tco-under-construction h2 {
        font-size: 1.2em;
    }
} 

Best regards,
Ismael

thank you for the code @Ismael, but I’m not really interested in having to add code to something so simple. Shouldn’t this work correctly on its own without having to add custom code? Is it a bug?

Hey @kostax,

We will report this to our developers for further investigation. For the meantime, if you need a fix for the issue appearing in your site, you can use the suggestion of @Ismael.

Thanks.

Thank you @ruenel. If I have to go through the hassle of adding custom CSS, I might as well “use a custom under construction page” and design it with Pro. What I’m doing is very simple and shouldn’t require either of those to get the job done. I appreciate you reporting this to the developers for further investigation.

The issue has been forwarded to our channel. Thank you for your patience and understanding.