Hi everyone,
I'm trying to hide only the right column of a semantic differential question. Unfortunately everything I've tried so far didn't work. With both tries (see below) the text isn't shown, but the width of the column stays the same.
First try:
<style type="text/css">
.right_label_cell {visibility:hidden; width:0px}
</style>
Second try:
<style type="text/css">
.left_label_cell
{
width: 45px;
text-align: left;
}
.right_label_cell
{
visibility: hidden;
width: 0px;
}
</style>
Do you have an idea how to do this?
Thank you very much!
How to Hide the Right Column of a Semantic Differential Question?
Resolved
1 reply