Hi @persi77a
Please check below-given points for your reference.
- Do you have a custom code to change colour of rim around the contact form fields as well?
Ans: I request you to please add the below-given css code in the additional css section of wordpress customizer and then check.
.qmn_quiz_container select, .qmn_quiz_container textarea, .qmn_quiz_container input[type=”text”], .qmn_quiz_container input[type=”email”], .qmn_quiz_container input[type=”url”], .qmn_quiz_container input[type=”number”] {
border: 1px solid #e01515 !important;
}
- On mobile, the results page overflows the size to the right.
Ans: I request you to please add the below-given css code in the additional css section of wordpress customizer and then check.
@media only screen and (max-width: 600px) {
.qsm-results-page p {
margin-right: 10%;
}
}
Once you add the css code please clear the website and browser cache.
Let me know if you need more help.
Regards,
Sumit