Adjust Survey Title Alignment

Options
My organization has a survey (http://ccoa.convio.net/site/Survey?SURVEY_ID=1020&ACTION_REQUIRED=URI_ACTION_USER_REQUESTS) and our default formatting for the title of the survey is aligned to the left of the survey elements. Is there any way this could be centered? Is this part of my page wrapper? If so, what element should I look for there?
Tagged:

Comments

  • Hi Lawrence,


    You can override the CSS on this page to make it work.


    You will need to add the below block of code in the survey itself. This way it won't affect every title across your site.

    Steps


    1. Go to your survey and go to Step 2. Include Questions

    2. Add a Caption question and make it question number 1.(order 1)

    3. Edit the caption question you just added and add this code:


    <style>

    .ObjTitle {

     margin: 0 !important;

     text-align: center;

    }

    </style>


    4. Click Finish and go to your survey in a browser and do a Control + F5.


    This should show your title centered.


    Thanks,


    Phil


     
  • Great! This is just what I needed. Is there a general reference for the names of page elements, or will I need to view the source on a page to find them?
  • I haven't found/seen one. I usually just view source all the time.


    Happy to help!


    Phil

Categories