Hello
I have embedded a website I created on wix in my survey. The wix website automatically resizes to a “mobile” friendly version - therefore I do not want to change how the survey/embedded wix site looks on mobile.
however, on the desktop view the survey is not wide enough so that participants can see the entire embedded wix site without scrolling left and right
Question: Is there code that will make my survey window, span the entire screen left and right (wide) WITHOUT altering the mobile version/view
Note: *I applied to the entire survey this code, and although it made the desktop version look great, it also edited the mobile version:
.Skin .SkinInner {min-width: 1200px!important;}
Thanks!
Page 1 / 1
Sure! To detect the device of the user, simply use the meta info question.
Ideally, I suggest finding the 'breakpoint' of your element - i.e. at what width does it change to the undesired view - and use that as part of your logic when to apply the code you have.
Good luck!
Ideally, I suggest finding the 'breakpoint' of your element - i.e. at what width does it change to the undesired view - and use that as part of your logic when to apply the code you have.
Good luck!
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.