Posted by Rickster
2014-09-19

How can I center the div containing the poll in the installation? I've been writing HTML and CSS for years, but whatever I do, the poll div is aligned left. Otherwise, thank you for the exceptional script!
Posted by Tom
2014-09-19

Hi,

>How can I center the div containing the poll in the installation?

How about this?
<div style='margin:0 auto;width:(--put-poll-width-here--)px;'></div>