Centering Questions while expanding view port width | XM Community
Skip to main content

I know that I can increase the width of the view window by:

.Skin, .SkinInner {width:100% !important;}
.Skin .QuestionOuter.Matrix{ max-width: 100%; }

But how do I get it to align the text and questions to the centre of the page rather than left justified?

Try this:

 


.Skin, .SkinInner {
  width: 1400px !important; 
  margin-left: auto !important; 
  margin-right: auto !important; 
}


.Skin .QuestionOuter.Matrix {
  max-width: 100% !important; 
}


Did this solve your problem or do we have any other way of getting this right?


Leave a Reply