Erase screen | XM Community
Skip to main content

I have a survey where one page has to be 600px and the next page has to be 1200px. I have used the scripts: jQuery(".Skin .SkinInner").css({"min-width": "600px"}); for the first page and jQuery(".Skin .SkinInner").css({"min-width": "1200px"}); for the second page. The scripts works. However, the first page is briefly shown in 1200px before the second page loads. Is there a way to erase the 600px screen before the 1200px screen is shown?

Hi,
Instead of writing Jquery, I suggest you to use CSS directly as:

You can add this code directly in HTML of the question text and it will work like a charm! :)

All the best for your project!


Leave a Reply