Question Padding Help | XM Community
Skip to main content

Hi Everyone

I am using this in CSS which is working well.

.Skin .QuestionText {
padding: 25px !important;
border-radius: 10px !important;
}

But when I move onto my 2nd survey page, I don’t want this running.

How would I remove the pink gap on this question?

 

Thanks :)

@parkie_0007 Add your question ID to apply the code for only that question rather than the entire survey.
Change the QID according to yours

#QID1 .QuestionText {
padding: 25px !important;
border-radius: 10px !important;
}

 


Leave a Reply