To vary the distance between the response option columns, insert this example CSS code into the <HEAD> section of your advanced presentation template:
<style type+"text/css">
.ct_td_choice { width: 150px; }
</style>
The width in pixels can be modified to suit your requirements. If you would like to restrict this type of spacing to a specific question or set of questions, assign a CSS identifier to the question layout and then add it to the above CSS like this:
<style type="text/cs">
.my_image_question .ct_td_choice { width: 380px }
</style>
The ".my_image_question" is your CSS identifier. You can add CSS identifiers within the question edit screen on the 'layout' tab by double-clicking on the question in the builder.I find this feature most useful when using images for labels.
The use of advance presentation template is available to those using editions Personal+ and above. If any of this sounds too technical for you or you are not familiar with HTML and CSS, I'd suggest you find a qualified web developer to help with these custom modifications.
Keep following the blog for more useful tips and tricks and be sure to leave me comments as to what type of information you'd like to see in future posts.
Rose Cruse
Product Manager

0 comments:
Post a Comment