Welcome to the LimeSurvey Community Forum

Ask the community, share ideas, and connect with other LimeSurvey users!

Seperate Dual Matrix

More
8 years 10 months ago #143528 by cgebauer
Hello!

I have a dual matrix and the two blocks are not really divided. Is there an easy possibility to make them visually distingishable?
I added a screenshot of the matrix (I added a line in the picture). I should not use javascript because many users will have it disabled.

Thank you very much!
The topic has been locked.
More
8 years 10 months ago #143531 by Deusdeorum
Replied by Deusdeorum on topic Seperate Dual Matrix
Answered something similar a couple of days ago, you can do it with javascript or CSS in your template.css.

www.limesurvey.org/forum/can-i-do-this-w...nswer-section#143510
The topic has been locked.
More
8 years 10 months ago #143532 by cgebauer
Replied by cgebauer on topic Seperate Dual Matrix
Hi Deusdeorum,

thank you for your answer!

Do you know how it would work with css? Thank you!
The topic has been locked.
More
8 years 10 months ago #143533 by tpartner
Replied by tpartner on topic Seperate Dual Matrix
Try adding something like this to the end of template.css:

Code:
@media only screen and (min-width: 768px) {
 
  .table-dual-scale .answertext {
    border-right: 20px solid #FFFFFF !important;
  }
 
    .table-dual-scale .separator {
        width: 2%;
    }
 
  .table-dual-scale td.header_separator,
  .table-dual-scale td.dual_scale_separator {
    background-color: #FFFFFF !important;
    padding-left: !important;
    padding-right: !important;
  }
}

Cheers,
Tony Partner

Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
The topic has been locked.
More
8 years 10 months ago #143537 by cgebauer
Replied by cgebauer on topic Seperate Dual Matrix
Awsome! That works!
The topic has been locked.
Moderators: tpartnerholch

Lime-years ahead

Online-surveys for every purse and purpose