Hi Everyone
Hope you’re well.
The below is a simple Text/Graphic Question with a custom background colour.
- How do I round the corners of the question box.
- How to I increase padding to push the text IN and DOWN.
Thanks as always :)
Hi Everyone
Hope you’re well.
The below is a simple Text/Graphic Question with a custom background colour.
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 :)
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.