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

Centering Questions while expanding view port width


Forum|alt.badge.img+4

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?

2 replies

Forum|alt.badge.img+1
  • 2 replies
  • January 6, 2024

Try this:

 


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


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


Umang Upadhyay
QPN Level 4 ●●●●
Forum|alt.badge.img+20
  • QPN Level 4 ●●●●
  • 117 replies
  • February 5, 2024

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


Leave a Reply