- Posts: 7
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
$(document).ready(function(){ $('.no-more-tables td.visible-xs, .no-more-tables span.visible-xs-block').remove(); $('.no-more-tables').removeClass('no-more-tables'); });
#outerframeContainer, #topsurveymenubar { min-width: 900px; }
<p class="over-900">This is the welcome message for large screens.</p> <p class="under-900">Your device is too small. Please try again on a larger screen.</p>
.under-900 { display: none; } @media only screen and (max-width: 900px) { .over-900 { display: none; } .under-900 { display: block; } #movenextbtn, #movesubmitbtn { display: none; } }