Remove or reduce white space between Next button Powered by Qualtrics logo | XM Community
Skip to main content
The main issue I'm facing is reducing the white space directly below the blue next button and Qualtrics logo. If you are using pop-up, slider or any other creative that sits on top of the screen, the user is forced to scroll to find the next button to advance to the next block of questions or I have to make a creative so large it covers half the screen to eliminate the scroll bar. In my case I have the standard NPS question pairing separated into blocks. I've found info to clean up most of the white space issues except the one I'm describing here. Thanks...
Hi Mike,

You can add folllowing code in javascript code section of (onload function preferabbly) question.

jQuery("#Footer").css("padding-top","10px");

jQuery("#Footer").css("margin-top","10px");

jQuery("#Plug").css("margin-top","1px");



Tell me if this works.
Thanks... I was able to eventually figure out how to write custom CSS and fix my issues

Leave a Reply