Solved
Vertical heading for side-by-side question option

Hi,
I am hoping to integrate a vertical heading in the Likert scale within the side-by-side question. I am informed that I would be required to use a JavaScript code and wondering whether anyone would be able to help me out with this.
Thank you!
Best answer by TomG
@Estha,
The doesn't require JavaScript, just CSS:
```
.Skin .SBS .Answers th.SBS1 {
transform: rotate(-90deg);
white-space: nowrap;
vertical-align: middle;
padding:0px;
height:100px;
}
.Skin .SBS .Answers th.SBS2 {
vertical-align: bottom;
}
```
View originalLeave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.