4

I'm trying to create a survey for a client. Everything good however when I visit the survey on mobile devices (small screen sizes) some of the survey is popping out of the screen which makes it unusable.

I tried to change the size of the survey with width but it doesnt change. I've read that it might depends on inline, but still no change.

The Website (made with Wordpress): https://survey.xs-sol.com/

Here's some pictures:

Everythings fine Here's everything fine

Here's missing some survey (this is 1 to 1 copy from mobile, so the cut is the issue) Here's a lot missing

What is it, that triggers the issue?

2
  • What theme are you using? It's possible that there might be styles for mobile/smaller screens that you need to overwrite instead. Commented Nov 9, 2016 at 22:21
  • I use twenty sixteen Commented Nov 9, 2016 at 22:53

1 Answer 1

4

Problematic is the selectbox under "What is your working environment?" - the second option "Shop (Food, El..." is quite big, so on small screens where there is not enough space, scrollbar appears.

Add select { width: 100%; } to your styles to solve this issue.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.