Welcome to the LimeSurvey Community Forum

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

Show question index / allow jumping: question index overlais header and question

More
10 years 10 months ago #113254 by noemi01
Hi,
I used the "Show question index / allow jumping" function (full).
It all works, the only problem is a design issue - the index, which is shown on the right top overlais the header and the question-text if the resolution or the browser window is not high / big enough.

Is there any fix for this problem?
I use version 2.05+

Thanks,
best Regards,
Noemi
The topic has been locked.
More
10 years 10 months ago #113275 by tpartner
Template?

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
10 years 10 months ago #113276 by noemi01
The topic has been locked.
More
10 years 10 months ago #113278 by tpartner
No, the question was what template are you using. We cannot possibly answer the question without knowing that.

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
10 years 10 months ago #113280 by noemi01
oh sorry, I'm using the basic template.
The topic has been locked.
More
10 years 10 months ago - 10 years 10 months ago #113281 by tpartner
Well, that is a table-based template so at some point the tables will reach a minimum width and be forced under the absolutely positioned index element.

Adding something like this to the end of template.css will help a bit but not entirely cure the problem:
Code:
.withindex.outerframe {
    margin: 0 20% 0 0;
}
 
#index {
    width: 20%;
}
 
#index .container {
    width: 100%;
}
 
#index .container ol {
  padding: 0 2%;
}
 
#index .container li {
  padding:2px;
}


A better idea would be to use a division-based template like citronade.


.

Cheers,
Tony Partner

Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
Last edit: 10 years 10 months ago by tpartner.
The topic has been locked.
Moderators: tpartnerholch

Lime-years ahead

Online-surveys for every purse and purpose