Can you adjust the width of the survey only on desktop view, and not effect the mobile view at all? | XM Community
Skip to main content

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! 

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!
@ccortes,



Use css @media rules.

Leave a Reply