- Posts: 2
- Thank you received: 0
Changing the min height of questionnaire's area
- vincent79
- Topic Author
- Offline
- New Member
Less
More
8 years 9 months ago #2367
by vincent79
Changing the min height of questionnaire's area was created by vincent79
Hello,
I'd like to change the minimum height of the questionnaire which is set by code :
<div id="pf_questionnaire" class="ui-page ui-page-theme-a ui-page-active" data-role="page" data-url="pf_questionnaire" tabindex="0" style="min-height: 746px;" >
Could you tell witch file i have to change ?
Is it possible to customize questionnaire (html,css,...) ?
Best Regards.
I'd like to change the minimum height of the questionnaire which is set by code :
<div id="pf_questionnaire" class="ui-page ui-page-theme-a ui-page-active" data-role="page" data-url="pf_questionnaire" tabindex="0" style="min-height: 746px;" >
Could you tell witch file i have to change ?
Is it possible to customize questionnaire (html,css,...) ?
Best Regards.
Please Log in or Create an account to join the conversation.
- andrea_4g
- Offline
- Administrator
Less
More
- Posts: 1122
- Thank you received: 163
8 years 9 months ago #2369
by andrea_4g
Replied by andrea_4g on topic Changing the min height of questionnaire's area
The height is calculated automatically (by the
jQueryMobile
framework), from the inner height of the parent container.
If you make the container higher, so will the questionnaire area.
If you make the container higher, so will the questionnaire area.
Please Log in or Create an account to join the conversation.
Time to create page: 0.159 seconds