NextGen Gallery Slideshow Positioning Issue
Someone has just answered the question for me on the wordpress forum. It turns out that there was 5px of padding in the gallerys css file (line 301) that I hadn’t found: .ngg-widget, .ngg-widget-slideshow { margin:0; overflow:hidden; padding:5px 0 0 0; <— change this to 0 0 0 0 or just 0 text-align:left I didn’t …