Look and feel theme changes | XM Community
Skip to main content
Question

Look and feel theme changes

  • December 16, 2024
  • 2 replies
  • 58 views

Forum|alt.badge.img

Hello:)

I have a single question about formatting the Look&Feel of the survey. Is there a way to change this (indicated by an arrow on the screenshot) blank margin between the header and the question? I’ve searched for some CSS added to the theme, but no attribute seems to work. I just want to make this margin smaller to not have that blank gap.

 

2 replies

Forum|alt.badge.img+33
  • Level 4 ●●●●
  • 102 replies
  • December 16, 2024

Hi ​@SatroM ,

 

You need to reduce the top padding, i did it through custom CSS by reducing it from 80 px to 10 px - 

 

Skin .SkinInner {

padding-top: 10px;

}


Forum|alt.badge.img+9
  • Level 2 ●●
  • 27 replies
  • December 19, 2024

Hello, I'm not sure if you still need information on this question, but the code I use for this task is the following:

.Skin #Questions {
    padding-top: 200px;
}

Just increase the pixels until you adjust it to the desired distance.
 

Hope it helps!

 


Leave a Reply