Is it possible to apply different styles to the title and caption? Currently, when I assign a CSS text-align property value to {caption} (e.g., left), the title and caption both are affected by this. I would like to be able to center the title, but left-justify the caption. Thanks.
You'd need to change the class names assigned to each <span> in functions.inc.php (get_pic_data)