Tagged: x
-
AuthorPosts
-
February 13, 2017 at 8:11 am #1368897
corwortmanParticipantHi There,
Is it correct that the under construction page will not scroll on mobile?
And is it possible to change this?
Thanks. Cor
February 13, 2017 at 8:54 am #1368969
RahulModeratorHey 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!
February 13, 2017 at 9:06 am #1368990
corwortmanParticipantThanks 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
February 13, 2017 at 9:44 am #1369055
RupokMemberHi Cor,
You should remove this once you get rid of the Under Construction page. It might affect the usual pages.
Cheers!
February 14, 2017 at 9:19 am #1370522
corwortmanParticipantI thought so! Thanks.
February 14, 2017 at 10:06 am #1370593
JoaoModeratorGlad t hear it,
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1368897 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
