Ok - reset!!! Jeez - I not of great with you, am I? Seems I keep making mistakes in this thread!
1. Using your ftp application go to ndxz-studio/site/plugin/exhibit.horizontal.php and open it in a code editor.
2.Towards the end of the script you'll find the css bit
function dynamicCSS()
{
return "#img-container { width: " . ($this->final_img_container + 1) . "px; }
#img-container #text { float: left; width: " . ($this->text_width + $this->text_padding_right) . "px; }
#img-container #text p { width: " . $this->text_width . "px; }
#img-container .picture_holder { float: left; }
#img-container .picture { /* padding-top: 10px; */ }
#img-container .captioning .title { margin-top: 12px; font-weight: bold; }
#img-container .captioning .caption { }";
}
As I mentioned #img-container .captioning .title and #img-container .captioning .caption are the ones you should be editing.