I figured it out! The key wasn’t in the CSS, but in the “loop-slider.php” file. This bit:
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?><?php if( isset( $thumbnail ) ) : ?> style="background:url(<?php echo $thumbnail[0]; ?>) center no-repeat"<?php endif; ?>>
I switched out “center” with “left” and voila!
Thanks, chocpudding2. I was feeling stubborn but would have done that eventually 🙂
Okay, I got it to work. I’m not sure *why* it worked, but I just took out the class from the template header code:
/<div id=”polls-%POLL_ID%-ans” class=”wp-polls-ans”>/
It seems to look okay now.
Yep, that worked. Thanks!