| User | Post |
|
12:55 March 17, 2008
| wbjohnston
Member
| | | |
|
| posts 44 |
|
|
I would like to increase the survey width. When I go into “Look % Feel.” that option, however, is missing.
I have changed to several different themes but that’s not the issue. The option is always missing.
Is this something I can only do before I’ve written any items?
|
|
|
3:17 March 17, 2008
| Chad
Moderator
| | | |
|
| posts 739 |
|
|
Hi Bill,
Looks like in your CSS Template the Survey Width merge code was replaced with Template Width.
I’ve fixed it in your Property Tax survey. If you want to fix it in the others just add this code to the bottom of your CSS Template and the option will appear:
#sg_wrapper {
width:[%%:CustomText_1:Survey Width (Default:600px )%%] !important;
margin:0 auto;
}
Hope this helps,
Chad
|
|
|
4:02 March 17, 2008
| wbjohnston
Member
| | | |
|
| posts 44 |
|
|
Chad,
How could the CSS code have changed in the first place — if I swear I wasn’t in it and no one else has access?
Bill
|
|
|
4:14 March 17, 2008
| Chad
Moderator
| | | |
|
| posts 739 |
|
|
Hi Bill,
When switching around templates the system tries to remember your settings in the previous template as much as possible.
You may have switched to a template that doesn’t have the Survey Width element (like the embeddable template) and the system, trying to be intelligent didn’t include the width in your other selections.
Hope this helps,
Chad
|
|