Left align entire survey | XM Community
Skip to main content

I am using an embedded Qualtrics survey in Canvas to create an interactive exercise. I would like the content to appear as seamless as possible.
Is there a way I can left-align the entire survey in its iframe? The dashed orange lines are approximately where the iframe is.
Screenshot 2021-10-08 at 16.04.04.jpg

Add this custom css from the Look & Feel menu
#Wrapper .SkinInner {
margin: 0 !important;
}


Hello all,

I’ve tried to use this custom code in order to left align my survey and it does not work. I’m embedding my survey in an email, and no matter what I do the survey appears center aligned when the email sends. Any thoughts on how to fix this?


Leave a Reply