I am using a polling software called advanced poll. Now, I have contacted their support team several times and I cannot get an answer out of them. Take a look at this page:

http://www.wizardsolutionsusa.com/test.php


The width of the list of polls is way off. This is the code for displaying the poll list:

Code:
<?php
/* poll list */
$php_poll->set_template("poll_list");
$php_poll->set_date_format("m/d/Y");
echo $php_poll->view_poll_list();
//echo $php_poll->get_list_pages();
?>
I took a look at the template it specified, but changing stuff doesn't work at all.

Since this is someone elses software and I know you guys are the support team for it, can you at least tell me a few things to take a look at to see if I can fix this?