Remove or reduce white space between Next button Powered by Qualtrics logo | XM Community
Solved

Remove or reduce white space between Next button Powered by Qualtrics logo

  • 31 January 2019
  • 2 replies
  • 94 views

Userlevel 1
Badge +2
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...
icon

Best answer by NiC 8 February 2019, 16:31

View original

2 replies

Userlevel 7
Badge +27
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.
Userlevel 1
Badge +2
Thanks... I was able to eventually figure out how to write custom CSS and fix my issues

Leave a Reply