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

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

  • January 31, 2019
  • 2 replies
  • 209 views

Forum|alt.badge.img+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...

Best answer by NiC

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.

2 replies

NiC
QPN Level 5 ●●●●●
Forum|alt.badge.img+27
  • QPN Level 5 ●●●●●
  • Answer
  • February 8, 2019
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.

Forum|alt.badge.img+2
  • Author
  • February 13, 2019
Thanks... I was able to eventually figure out how to write custom CSS and fix my issues