[nivo post_type=oik-plugins id=9693,2393 format="L/E"]
Simulating iPhone 4: landscape
.iphone480 { max-width:480px; }
Hide the captions?
.nivo-caption .iphone480hc { display: none; }
.iphone480hc div.nivo-caption { padding: 0px; }
Simulating iPhone 4: portrait
.iphone320 { max-width:320px; }
oh my!
nivo-caption position: relative
.iphone320pr .nivo-caption { position: relative !important; }
Pragmatic approach
Media query to reposition the captions below the images
@media screen and ( max-width: 768px ) {
#slider-1 .nivo-caption { position: relative !important; }
}