You need to sign in to do that
Don't have an account?
Survey Force thank you message
Hi,
does anyone know where to change, in the code, the width of the thank you message box (survey force)?
I tried a few things but it didn't work.

does anyone know where to change, in the code, the width of the thank you message box (survey force)?
I tried a few things but it didn't work.
This should do the trick I guess. If you want to adjust even more, try changing the min-width attribute.
All Answers
Navigate to Survey Force > Getting Started tab > Click View Sample Survey > Find the inner tab - Header, Thank You & CSS > Grab the CSS in Survey Container CSS and replace it in your Survey Container CSS.
This is the CSS I have #survey_container{ margin: 0 auto; width: 600px; box-shadow: 0 0 14px #CCCCCC; -moz-box-shadow: 0 0 14px #CCCCCC; -webkit-box-shadow: 0 0 14px #CCCCCC; }
You need to adjust the width: 600px based on your needs.
Thanks.
Thanks for your feedback.
I need to keep the survey container width as it is now, so for me changing it back to 600px wouldn't be ideal.
Is there any other way to only adjust the thank you message container so that it can fit within the survey container?
This should do the trick I guess. If you want to adjust even more, try changing the min-width attribute.
It did the trick :)