Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1368897
    corwortman
    Participant

    Hi There,

    Is it correct that the under construction page will not scroll on mobile?

    http://www.tilburbia.nl

    And is it possible to change this?

    Thanks. Cor

    #1368969
    Rahul
    Moderator

    Hey There,

    Thanks for writing in!

    To fix the issue, add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

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

    Let us know how this goes!

    #1368990
    corwortman
    Participant

    Thanks Rahul,

    It works great!

    But what is the impact of this code for other pages? Can I leave it in global CSS after going live or do I have to delete it once I go live? Maybe interesting to give the under construction its own CSS in feature updates.

    Cor

    #1369055
    Rupok
    Member

    Hi Cor,

    You should remove this once you get rid of the Under Construction page. It might affect the usual pages.

    Cheers!

    #1370522
    corwortman
    Participant

    I thought so! Thanks.

    #1370593
    Joao
    Moderator

    Glad t hear it,

    Joao

  • <script> jQuery(function($){ $("#no-reply-1368897 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>