Hello everyone,
As per screenshot below, I am trying to set up a 5 point Likert scale, but the options are quite lengthy. So, I've increase the width of the SkinInner to 80% using the following CSS code and the options are now wider.
.Skin, .SkinInner {width:80% !important;}
However, the left margin is inferior to the right margin. Ideally, I'd like the whole survey interface to sit in the middle of the page if it makes sense? So aligned to the centre? Anyone has any idea? Thank you so much!
Andrea
Page 1 / 1
Try below:
.Skin .SkinInner {width:80% !important;margin-left:9%!important}
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.