I’ve just created a new website using WordPress Version 3.8.2 and NextGEN Gallery Version 2.0.61 and I am having exactly the same problem with the slideshow cutting off at approximately 100 pixels when using Safari and Chrome but working perfectly in Explorer and Firefox. I have followed your recommended instructions and entered the code below into the section under Gallery/Other Options/Styles which has updated the file /home/fulhamgp/public_html/wp-content/ngg_styles/nggallery.css but this has had absolutely no effect.
/*
CSS Name: Default Styles
Description: NextGEN Default Gallery Stylesheet
Author: Photocrati Media
Version: 2.0.61
This stylesheet is provided o allow users the ability of overriding the default styles for all display types
*/
.ngg-galleryoverview ngg-slideshow {
height:412px;
width: 829px;
}
What CSS code do you recommend I put in here to resize the slideshow to the correct size?