Text/Graphic Question - Padding / Round Corners | XM Community
Skip to main content

Hi Everyone

Hope you’re well.

The below is a simple Text/Graphic Question with a custom background colour.

  1. How do I round the corners of the question box.
  2. How to I increase padding to push the text IN and DOWN.

Thanks as always :)

Hi, try adding the below CSS to the Style section of the survey:

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

 


🤯🔥


And how would I push the bottom of this box up?

Thanks :)


Try this CSS:

ul {
margin-block-end: -10px;
}

 


Splendid work Tom :)


Leave a Reply